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