login
Least number k > 9 that is palindromic in exactly n bases b, with 2 <= b <= 10.
0

%I #10 Mar 28 2014 12:57:44

%S 19,11,15,10,121

%N Least number k > 9 that is palindromic in exactly n bases b, with 2 <= b <= 10.

%C There are no other terms < 10^12. The ultimate goal is to find (probably a very large) k that is palindromic in all 9 bases 2 to 10.

%e 19 is not palindromic in bases 2 to 10.

%e 11 is palindromic in base 10.

%e 15 is palindromic in bases 2 and 4.

%e 10 is palindromic in bases 3, 4, and 9.

%e 121 is palindromic in bases 3, 7, 8, and 10.

%Y Cf. A050813, A214423, A214424, A214425, A214426 (palindromic in 0-4 bases).

%K nonn,base,hard,fini

%O 0,1

%A _T. D. Noe_, Jul 18 2012