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!)
A230016 Indices of primes in the tribonacci-like sequence, A214825. 0
1, 2, 3, 4, 5, 6, 7, 10, 16, 17, 26, 32, 104, 109, 120, 133, 312, 546, 608, 2274, 2527, 2932, 4462, 4680, 6001, 7103, 17402, 17874, 20664, 26341, 27954, 32869, 36204, 41521, 49065, 64172, 66318, 196078 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(39) > 2*10^5.
LINKS
Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, J. of Integer Sequences, Vol. 8 (2005), Article 05.4.4
MATHEMATICA
a={1, 3, 3}; Print[1]; Print[2]; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[n]]; a=RotateLeft[a]; a[[3]]=sum]
CROSSREFS
Sequence in context: A176486 A017845 A211698 * A306110 A092026 A084749
KEYWORD
nonn
AUTHOR
Robert Price, Feb 22 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 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)