A348571 In Zeckendorf representation: integers that set a new record for the number of Reverse and Add steps (A349239) needed to reach a palindrome (A094202).
0, 2, 7, 20, 54, 63, 114, 1002, 1413, 3007, 4447, 35131, 599185, 2189416, 2738842, 3253273, 108250112
Offset: 1
Examples
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.
Links
- A.H.M. Smeets, Python program
Comments