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!)
A101759 Iccanobif prime indices: Indices of prime numbers in A001129. 4
3, 4, 5, 7, 13, 39, 51, 65, 254, 315, 361, 423, 1109, 1497, 1701, 3711, 3814, 3847 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 10^4.
LINKS
MATHEMATICA
nxt[{a_, b_}]:={b, Total[IntegerReverse[{a, b}]]}; Flatten[Position[NestList[nxt, {0, 1}, 4000][[All, 1]], _?PrimeQ]]-1 (* Harvey P. Dale, Aug 24 2022 *)
PROG
(PARI) a=0; b=1; for(n=2, 3999, ispseudoprime(b=A004086(a)+A004086(a=b))&print1(n", ")) \\ M. F. Hasler, Jan 14 2011
CROSSREFS
Sequence in context: A216561 A192269 A284618 * A089560 A248077 A239547
KEYWORD
nonn,more,base
AUTHOR
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 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)