OFFSET
1,4
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, IntegerReverse[a+b+c]}; NestList[nxt, {1, 1, 1}, 50][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 31 2017 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Siddharth Kothari, Jul 30 2009
EXTENSIONS
Changed the title to make it more precise. Fixed an incorrect entry. Added more entries Dmitry Kamenetsky, Aug 02 2009
STATUS
approved