OFFSET
1,1
COMMENTS
There are 6 numbers total. There are no higher powers with this property.
LINKS
Patrick De Geest, The nine digits (page 4) with some ten digit (pandigital) exceptions
Author?, All terms
EXAMPLE
7025869314 ^6 = 120281934463386157260042215510596389732740014997586987548736.
MATHEMATICA
t = Select[Permutations[Range[0, 9]], #[[1]] > 0 &]; t2 = Select[t, Union[DigitCount[FromDigits[#]^6]] == {6} &]; FromDigits /@ t2
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
T. D. Noe, Nov 09 2011
STATUS
approved