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!)
A102133 Iccanobirt prime indices (3 of 15): Indices of prime numbers in A102113. 1
4, 6, 7, 25, 30, 50, 100, 657, 3158, 3369, 3441, 17549, 19234 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 5000.
No more terms through 6000. - Harvey P. Dale, Sep 10 2016
a(14) > 50000. - Robert Price, Nov 07 2018
LINKS
FORMULA
A102113(a(n)) = A102153(n).
MATHEMATICA
nxt[{a_, b_, c_}] := {b, c, c + IntegerReverse[b] + IntegerReverse[a]}; Flatten[Position[NestList[nxt, {0, 0, 1}, 3500][[All, 1]], _?PrimeQ]]-1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 10 2016 *)
CROSSREFS
Sequence in context: A102135 A019251 A102134 * A192121 A012760 A333742
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(12)-a(13) from Robert Price, Nov 07 2018
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 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)