Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076306
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076306 Numbers n such that n^3 is a sum of three successive primes. +0
2
11, 47, 145, 223, 229, 267, 313, 353, 365, 391, 397, 409, 507, 565, 567, 571, 573, 641, 661, 723, 793, 799, 841, 887, 895, 1015, 1051, 1089, 1293, 1297, 1411, 1451, 1469, 1789, 1909, 1943, 2043, 2077, 2171, 2401, 2459, 2497, 2671, 2801, 2851, 2871, 2921, 3211 (list; graph; listen)
OFFSET

1,1

COMMENT

Prime(n)+ prime(n+1) + prime(n+2) as a cube in A076307.

EXAMPLE

11 is OK because 11^3=1331=p(85)+p(86)+p(87)=439+443+449.

PROGRAM

(PARI) { p1=prime(1) ; p2=prime(2) ; p3=prime(3) ; n3=p1+p2+p3 ; for(i=1, 100000000, if( ispower(n3, 3, &n), print(n) ; ) ; n3 -= p1 ; p1=p2 ; p2=p3 ; p3=nextprime(p3+1) ; n3 += p3 ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 13 2007

CROSSREFS

Cf. A076307.

Sequence in context: A107149 A143830 A036489 this_sequence A059323 A123984 A141282

Adjacent sequences: A076303 A076304 A076305 this_sequence A076307 A076308 A076309

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 05 2002

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 13 2007

a(29)-a(48) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Apr 27 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 14:12 EST 2008. Contains 151279 sequences.


AT&T Labs Research