[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A157482
Number of primes between n^3-n^2-n^1 and (n+1)^3-(n+1)^2-(n+1)^1.
0
0, 1, 5, 8, 10, 16, 21, 24, 30, 39, 42, 52, 57, 65, 75, 86, 92, 102, 115, 122, 133, 150, 151, 176, 181, 192, 209, 221, 239, 252, 270, 273, 307, 308, 328, 350, 359, 383, 407, 414, 430, 460, 472, 494, 504, 548, 554, 571, 590, 629, 642, 669, 681, 722, 724, 749, 776
OFFSET
1,3
MATHEMATICA
Table[PrimePi[(n+1)^3-(n+1)^2-(n+1)^1]-PrimePi[n^3-n^2-n^1], {n, 0, 5!}]
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved