cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A158528 Sum of primes between consecutive positive cubes.

This page as a plain text file.
%I A158528 #5 Nov 21 2013 12:49:35
%S A158528 17,83,401,1092,2845,5753,12357,19920,33659,57259,80152,113660,180627,
%T A158528 233148,329118,413586,584951,742021,927917,1209050,1500573,1815997,
%U A158528 2286198,2771420,3302411,3852425,4848999,5721599,6536322,7584155
%N A158528 Sum of primes between consecutive positive cubes.
%e A158528 a(1) = 2 + 3 + 5 + 7 = 17, a(2) = 11 + 13 + 17 + 19 + 23 = 83.
%t A158528 Join[{17},Table[Total[Prime[Range[PrimePi[n^3]+1,PrimePi[(n+1)^3]]]],{n,2,35}]] (* _Harvey P. Dale_, Aug 16 2011 *)
%Y A158528 Cf. A158527, A048396.
%K A158528 nonn
%O A158528 1,1
%A A158528 _Zak Seidov_, Mar 20 2009