Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078507
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078507 Number of primes between n^3 and (n+1)^3. +0
1
0, 4, 5, 9, 12, 17, 21, 29, 32, 39, 49, 52, 58, 73, 76, 88, 92, 109, 117, 125, 140, 151, 159, 176, 188, 199, 207, 233, 247, 254, 267, 284, 305, 320, 346, 338, 373, 385, 416, 418, 437, 458, 481, 504, 517, 551, 555, 583, 599, 636, 648, 678, 686, 733, 723, 753, 810 (list; graph; listen)
OFFSET

0,2

COMMENT

Conjecture: There is always more than 3 primes between two consecutive non 0 cubes.

EXAMPLE

n = 2: there are 5 primes between 8 and 27, 11,13,17,19,23

PROGRAM

(PARI) cubespr(n) = { for(x=0, n, ct=0; for(y=x^3, (x+1)^3, if(isprime(y), ct++; ); ); if(ct>=0, print1(ct" "); ) ) }

CROSSREFS

Cf. A014085.

Sequence in context: A010405 A125603 A060199 this_sequence A034705 A006844 A022425

Adjacent sequences: A078504 A078505 A078506 this_sequence A078508 A078509 A078510

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 05 2003

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research