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

 

Logo
A232543 Indices of prime tribonacci numbers (A100683). 22
1, 2, 3, 4, 7, 11, 12, 27, 32, 119, 127, 136, 611, 755, 872, 1676, 5363, 15623, 27564, 42679, 54576, 74123, 91043, 104331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) > 2*10^5.
LINKS
MATHEMATICA
a={-1, 2, 2}; 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: A226387 A102282 A353178 * A279071 A171027 A348792
KEYWORD
nonn
AUTHOR
Robert Price, Nov 25 2013
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 July 22 19:00 EDT 2024. Contains 374540 sequences. (Running on oeis4.)