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.
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.
Terms
- a(0) =22a(1) =103a(2) =290a(3) =708a(4) =1079a(5) =2656a(6) =1021a(7) =593a(8) =196a(9) =1011a(10) =237a(11) =2701a(12) =361a(13) =447a(14) =413a(15) =3297a(16) =519a(17) =341a(18) =379a(19) =711a(20) =461a(21) =505a(22) =551a(23) =1022a(24) =649a(25) =701a(26) =755a(27) =811a(28) =869a(29) =929
External references
- oeis: A060382