The number is palindromic in bases 7,8 and 9. .
What is the total number of bases in which the representation of would be palindromic with more than one digit.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
3 0 0 being divisible by 2 , 3 , 4 , 5 , 6 cannot be a palindrome in any of those bases.
It is already given that it is a palindrome in bases 7 , 8 , 9 .
Searching for 3 digit palindromes of type x y x b , with base b ≤ ⌊ 3 0 0 ⌋ = 1 7 , We get the equation as ( b 2 + 1 ) x + b y = 3 0 0 . 0 ≤ x , y < b . Solving,
we find valid solutions for base 13. 3 0 0 1 0 = 1 a 1 1 3
Now with 2 digit palindromes, i..e 1 8 ≤ b < 3 0 0 , the required equation becomes
( b + 1 ) x = 3 0 0 , which is satisfied for b = 1 9 , 2 4 , 2 9 , 4 9 , 5 9 , 7 4 , 9 9 , 1 4 9 , 2 9 9
Thus, there are 1 3 such bases.