OFFSET
0,1
COMMENTS
The first term should really be 1 (cf. A097991, which gives a better version).
MATHEMATICA
Do[Print[FromDigits[Reverse[IntegerDigits[n^2 + 10]]]], {n, 0, 50}] (Poff)
Join[{10}, IntegerReverse[Range[50]^2+10]] (* Harvey P. Dale, Feb 27 2024 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, following a suggestion of Jacek Kolodziejczyk (zwi(AT)infogenia.pl), Sep 07 2004
EXTENSIONS
More terms from Tracy Poff (tracy.poff(AT)gmail.com), Apr 15 2005
STATUS
approved