OFFSET
1,2
COMMENTS
Only positive palindromes are considered.
The numbers N(n) of distinct types of n-digit palindromes, for n=1,2,..., are 1,1,2,2,5,5,15,15,... (A164904, n>=1). It is easy to see that N(2*n-1)=N(2*n), n>=1.
LINKS
Peter J. C. Moses, Table of n, a(n) for n = 1..6450
EXAMPLE
The type corresponding to the term 1021201 has the form XYZXZYX, where X,Y,Z are distinct decimal digits, X>0.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Dec 10 2015
EXTENSIONS
Two missed terms were found by Peter J. C. Moses, Jan 07 2016
STATUS
approved