OFFSET
0,7
COMMENTS
Every integer n is a palindrome when expressed in unary, or in base n-1 (where it will be 11). So here we assume 1 < b < n-1.
Here 4 = 100 counts as a palindrome in base 2, since 00100 is palindromic.
LINKS
Paul Tek, Table of n, a(n) for n = 0..10000
John P. Linderman, Description of A135549-A135551 and A016038
John P. Linderman, Perl program [Use the command: LEADING0S=1 palin.pl]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
John P. Linderman, Feb 26 2008, Feb 28 2008
STATUS
approved