|
| |
|
|
A060382
|
|
In base n, a(n) is the smallest number m that leads to a palindrome-free sequence, using the following process: start with m; reverse the digits and add it to m, repeat. Stop if you reach a palindrome.
|
|
1
| |
|
|
22, 100, 255, 708, 1079, 2656, 1021, 593, 196, 1011, 237, 2196, 361, 447, 413, 3297, 519, 341, 379, 711, 461, 505, 551, 1022, 649, 701, 755, 811, 869, 929, 991, 1055, 1799, 1922, 1259, 1331, 1405, 1481, 1559, 1639, 1595, 1762, 1891, 1934, 2069, 2161
(list; graph; refs; listen; history; internal format)
|
| |
| |
|
|