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!)
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 April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)