The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A219635 a(n) is the smallest number > a(n-1) such that 1 + a(1)^3 + a(2)^3 + ... + a(n)^3 is a prime. 0
1, 3, 8, 12, 18, 22, 24, 36, 44, 52, 60, 66, 74, 102, 112, 116, 124, 134, 136, 156, 224, 234, 246, 304, 312, 320, 340, 374, 390, 396, 402, 426, 450, 460, 522, 528, 554, 568, 588, 612, 632, 640, 654, 660, 686, 700, 704, 706, 710, 718, 762, 764, 772, 788, 846 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding primes are 2, 29, 541, 2269, 8101, 18749, 32573,...
LINKS
EXAMPLE
a(1) = 1 because 1 + 1^3 = 2 is prime;
a(2) = 3 because 1 + 1^3 + 2^3 = 10 is not prime, but 1 + 1^3 + 3^3 = 29 is prime;
a(3) = 8 because 1 + 1^3 + 3^3 + 4^3 = 93, 1 + 1^3 + 3^3 + 5^3 = 154, 1 + 1^3 + 3^3 + 6^3 = 245, and 1 + 1^3 + 3^3 + 7^3 = 372 are all nonprime, but 1 + 1^3 + 3^3 + 8^3 = 541 is prime.
MATHEMATICA
p=1; lst={p}; Do[If[PrimeQ[p+n^3], AppendTo[lst, n]; p=p+n^3], {n, 1, 1500}]; lst
CROSSREFS
Cf. A219634.
Sequence in context: A189758 A190368 A256711 * A063225 A213238 A005660
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 24 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 02:51 EDT 2024. Contains 373089 sequences. (Running on oeis4.)