OFFSET
1,2
COMMENTS
LINKS
A.H.M. Smeets, Python program
EXAMPLE
Trajectory of 20, i.e., 101010 in Zeckendorf representation:
101010 + 010101 = 1010100
1010100 + 0010101 = 10010010
10010010 + 01001001 = 100100100
100100100 + 001001001 = 1000010001
1000010001 + 1000100001 = 10100000010
10100000010 + 01000000101 = 100100001001, which is palindromic.
Due to the fact that any number smaller than 20 reaches a palindrome in fewer than 6 steps, 20 is a record-setting nonnegative integer.
The Lychrel numbers, as given in A348570, are excluded, because it is believed that those numbers never reach a palindromic number.
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
A.H.M. Smeets, Oct 23 2021
STATUS
approved