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!)
A242316 Prime terms in the tribonacci-like sequence A214826. 0
17, 103, 1764391, 8907752079422393063, 28959877095025359725108610631647478770525190687597954707985655095645523042346644747326776183477265033 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) is too large to appear here, having 124 digits. It corresponds to A214826(467).
LINKS
MATHEMATICA
a={1, 4, 4}; 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, 4, 4}, 400], PrimeQ] (* Harvey P. Dale, Mar 17 2016 *)
CROSSREFS
Sequence in context: A142266 A214632 A160219 * A329386 A095785 A194131
KEYWORD
nonn
AUTHOR
Robert Price, May 10 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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)