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!)
A231575 Indices of prime tribonacci numbers (A001590). 56
4, 5, 7, 9, 25, 29, 49, 79, 1613, 15205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(11) > 2*10^5.
LINKS
PROG
(PARI) v=[1, 0, 1]; for(n=4, 1e4, if(ispseudoprime(t=v[1]+v[2]+v[3]), print1(n", ")); v=[v[2], v[3], t]) \\ Charles R Greathouse IV, Nov 18 2013
CROSSREFS
Sequence in context: A234257 A278335 A243300 * A335001 A368659 A153085
KEYWORD
nonn
AUTHOR
Robert Price, Nov 18 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)