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!)
A254413 Primes in the 8th-order Fibonacci numbers A123526. 2
29, 113, 449, 226241, 14307889, 113783041, 1820091580429249, 233322881089059894782836851617, 29566627412209231076314948970028097, 59243719929958343565697204780596496129, 7507351981539044730893385057192143660843521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(12) is too large to display here. It has 46 digits and is the 158th term in A123526.
LINKS
MATHEMATICA
a={1, 1, 1, 1, 1, 1, 1, 1}; step=8; lst={}; For[n=step+1, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], AppendTo[lst, sum]]; a=RotateLeft[a]; a[[step]]=sum]; lst
Select[With[{lr=PadRight[{}, 8, 1]}, LinearRecurrence[lr, lr, 200]], PrimeQ] (* Harvey P. Dale, Dec 03 2022 *)
CROSSREFS
Sequence in context: A272629 A201602 A050527 * A225928 A097461 A244635
KEYWORD
nonn
AUTHOR
Robert Price, Jan 30 2015
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 March 29 05:41 EDT 2024. Contains 371264 sequences. (Running on oeis4.)