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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A231575 Indices of primes in 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
FORMULA
A001590(a(n)) = A231574(n). - Arthur O'Dwyer, 24 Jul 2024
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,more
AUTHOR
Robert Price, Nov 18 2013
EXTENSIONS
Name clarified by Arthur O'Dwyer, Jul 24 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 11:53 EDT 2024. Contains 376000 sequences. (Running on oeis4.)