OFFSET
1,3
COMMENTS
Theorem: For a fixed value of d, adding two palindromes of length d in all possible ways produces 19 distinct sums if d=1, and 17*19^floor((d-1)/2) distinct sums if d>1. (The number of palindromes with d digits is 10 if d = 1, otherwise 9*10^floor((d-1)/2).) - N. J. A. Sloane, Dec 06 2015
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..12956
CROSSREFS
KEYWORD
nonn,base
AUTHOR
David Applegate and N. J. A. Sloane, Sep 17 2015
EXTENSIONS
Modified to include the zero palindrome. - N. J. A. Sloane, Dec 06 2015
STATUS
approved