Compute the smallest base-10 positive integer greater than 5 that is a palindrome when written in both base 2 and 4.
Compute the smallest base-10 positive integer greater than 5
that is a palindrome when written in both base 2 and 4.
15
in base 2 = 1111
in base 4 = 33
.