login
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
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
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
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(12)-a(13) from Robert Price, Nov 07 2018
STATUS
approved