OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..2000
Eric Weisstein's World of Mathematics, Repdigit
MATHEMATICA
Select[Range[500], Count[DigitCount[# + IntegerReverse[#]], 0]==9&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 20 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Nov 04 2004
STATUS
approved