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!)
A247028 Primes in tetranacci sequence A001631. 0
2, 7, 193, 19079, 1823013184807, 324494495853101147203936847, 16085434555484907108254435283952049, 255525859571903290673264616283734506003204622439226993660213169027169 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(9) is too large to display here. It has 160 digits and is the 564th term in A001631.
LINKS
MATHEMATICA
a={0, 0, 1, 0}; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]
CROSSREFS
Sequence in context: A015174 A307582 A125610 * A333740 A306951 A181864
KEYWORD
nonn
AUTHOR
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)