Determine the minimum value of a pentagonal number each of whose binary, quaternary and hexadecimal representations is a palindrome. What is the smallest decagonal number with this property?
Any solution must have more than one digit in any given base. So, trivial solutions like (0)base 2, (2)base 4 or, (B)base 16 are not allowed.