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!)
A241661 Primes in A001630. 0
2, 3, 23, 60217, 108412217573460833, 143003097309669584171480759 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) is too large to display here. It has 206 digits and is the 722nd term in A001630.
LINKS
MATHEMATICA
a={0, 0, 1, 2}; Print[2]; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]
CROSSREFS
Sequence in context: A238265 A203015 A260420 * A260071 A115031 A030418
KEYWORD
nonn
AUTHOR
Robert Price, Apr 26 2014
EXTENSIONS
a(1)=2 prepended and Mathematica program corrected by Robert Price, Sep 09 2014
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 May 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)