login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A242576 Prime terms in A214828. 4
13, 151, 277, 36313, 225949, 7129366889, 933784181621, 19397107178326126131136629644898891137047, 401151570474397232184569825031979125080583558010764826781295643008140597581801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(10) has 119 digits and thus is too large to display here. It corresponds to A214828(448).
LINKS
MATHEMATICA
a={1, 6, 6); For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[3]]=sum]
Select[LinearRecurrence[{1, 1, 1}, {1, 6, 6}, 350], PrimeQ] (* Harvey P. Dale, Jul 21 2018 *)
CROSSREFS
Sequence in context: A345217 A185405 A051475 * A173448 A097168 A305262
KEYWORD
nonn
AUTHOR
Robert Price, May 17 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 December 6 09:02 EST 2023. Contains 367600 sequences. (Running on oeis4.)