21 is a palindrome in 4 distinct bases (bases: 2,4,6,20 ==> 10101,111,33,11,)
Find the smallest 3-digit number N such that
both this number and its reversal are palindromes in at least 4 distinct bases.
Both number 1 and numbers higher than N do not qualify as bases.
Base 10 is in.
There are 208 such reversal pairs. Some of the numbers are palindromic in base 10 and others are not. As a result, the number of such numbers, altogether, is 374 as 42 are palindromic and do not count for two different numbers.
So more than 1/3
png to ico of the 3-digit numbers satisfy the conditions.
An extreme example is 468 and 864; the former has 10 palindromic representations and the latter has 12.