login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158528 Sum of primes between consecutive positive cubes. 0
17, 83, 401, 1092, 2845, 5753, 12357, 19920, 33659, 57259, 80152, 113660, 180627, 233148, 329118, 413586, 584951, 742021, 927917, 1209050, 1500573, 1815997, 2286198, 2771420, 3302411, 3852425, 4848999, 5721599, 6536322, 7584155 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(1) = 2 + 3 + 5 + 7 = 17, a(2) = 11 + 13 + 17 + 19 + 23 = 83.

MATHEMATICA

Join[{17}, Table[Total[Prime[Range[PrimePi[n^3]+1, PrimePi[(n+1)^3]]]], {n, 2, 35}]] (* From Harvey P. Dale, Aug 16 2011 *)

CROSSREFS

Cf. A158527, A048396.

Sequence in context: A053820 A142059 A193046 * A197346 A156968 A156157

Adjacent sequences:  A158525 A158526 A158527 * A158529 A158530 A158531

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Mar 20 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:54 EST 2012. Contains 205614 sequences.