Robert Israel, <a href="/A377045/b377045_1.txt">Table of n, a(n) for n = 1..153</a>
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”).
Robert Israel, <a href="/A377045/b377045_1.txt">Table of n, a(n) for n = 1..153</a>
reviewed
approved
proposed
reviewed
editing
proposed
Robert Israel, <a href="/A377045/b377045_1.txt">Table of n, a(n) for n = 1..153</a>
R:= NULL: count:= 0:
for i from 1 while count < 30 do
p:= (i+1)^3 - i^3;
if isprime(p) then count:= count+1; v:= combinat:-numbpart(p); R:= R, v; fi
od:
R; # Robert Israel, Nov 14 2024
approved
editing
proposed
approved
editing
proposed
The next term a(13)=~1.49910*10^43 is too large to include.
a(14)=~1.17667*10^45.
proposed
editing
editing
proposed