OFFSET
1,2
COMMENTS
Leading 0's are kept in the reversal: e.g., a(10)=1010, not 10.
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
PROG
(Perl) foreach $n(1..60) {$r=reverse($_=$n); $_+=$n until m/$r/; print "$n $_\n"} # Ivan Neretin, Aug 12 2015
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Claudio Meller, Nov 17 2010
EXTENSIONS
Edited by D. S. McNeil, Nov 17 2010
STATUS
approved