A068065 Palindromes n for which there is a unique k such that n = k + reverse(k).
0, 2, 4, 6, 8, 11, 101, 141, 161, 181, 1001, 10001, 10201, 10401, 10601, 10801, 100001, 1000001, 1002001, 1004001, 1006001, 1008001, 10000001, 100000001, 100020001, 100040001, 100060001, 100080001, 1000000001, 10000000001
Offset: 1
Examples
10601 is in the sequence, since 10601 = 10300 + 00301 and for no other k we have 10601 = k + reverse(k).
Comments