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!)
A247946 Primes in the tetranacci sequence A000288. 0
7, 13, 181, 349, 673, 1297, 34513, 90799453, 175021573, 4657290577, 17304140641, 1131469145856472270556751793, 1544310310927991136025089626209, 1442398599584422734286432395814518441223501, 18598135820391234761502881488353916158281807617671450769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(16) is too large to display here. It has 63 digits and is the 221st term in A000288.
LINKS
MATHEMATICA
a={1, 1, 1, 1}; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]
Select[LinearRecurrence[{1, 1, 1, 1}, {1, 1, 1, 1}, 300], PrimeQ] (* Harvey P. Dale, Jan 15 2015 *)
CROSSREFS
Sequence in context: A050946 A178956 A319612 * A210465 A181492 A243368
KEYWORD
nonn
AUTHOR
Robert Price, Sep 27 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 25 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)