OFFSET
1,2
COMMENTS
A083850(a(n))>0; palindromes with even length are terms.
LINKS
Jeppe Stig Nielsen, Table of n, a(n) for n = 1..1908
PROG
(PARI) forstep(k=0, 10^5, 11, d=digits(k); d==Vecrev(d) && print1(k, ", ")) \\ Jeppe Stig Nielsen, May 08 2020
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 06 2003
STATUS
approved