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) = 7; the addition (0)1 + 7 is a palindrome (8).
a(8) = 7 and a(9) = 18; the addition 7 + 81 is a palindrome (88).
a(9) = 18 and a(10) = 70; the addition 81 + (0)7 is a palindrome (88).
a(10) = 70 and a(11) = 20; the addition (0)7 + (0)2 is a palindrome (9). Etc.
CROSSREFS
KEYWORD
AUTHOR
Eric Angelini and Carole Dubois, Sep 28 2020
STATUS
approved