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
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
Jonathan Vos Post and Ray Chandler, Dec 31 2004
EXTENSIONS
a(12)-a(13) from Robert Price, Nov 07 2018
STATUS
approved