OFFSET
1,1
COMMENTS
Next term is too large to include.
The next term has 99 digits. - Harvey P. Dale, Sep 10 2024
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, IntegerReverse[IntegerReverse[c]+b+a]}; Select[NestList[nxt, {0, 0, 1}, 150][[;; , 1]], PrimeQ] (* Harvey P. Dale, Sep 10 2024 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Jonathan Vos Post and Ray Chandler, Dec 31 2004
EXTENSIONS
Offset changed to 1 by Jinyuan Wang, Aug 14 2021
STATUS
approved