OFFSET
1,2
COMMENTS
Terms ending in zero are permitted; when they are reversed, the leading zero(s) is (are) erased.
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5001
EXAMPLE
a(6) = 6 and a(7) = 10; the addition 6 + (0)1 is a palindrome (7).
a(7) = 10 and a(8) = 19; the addition 10 + 91 is a palindrome (101).
a(8) = 19 and a(9) = 28; the addition 19 + 82 is a palindrome (101). Etc.
CROSSREFS
KEYWORD
AUTHOR
Eric Angelini and Carole Dubois, Sep 28 2020
STATUS
approved