login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A199633
Numbers having each digit once and whose 6th power has each digit six times.
9
7025869314, 7143258096, 7931584062, 8094273561, 8920416357, 9247560381
OFFSET
1,1
COMMENTS
There are 6 numbers total. There are no higher powers with this property.
EXAMPLE
7025869314 ^6 = 120281934463386157260042215510596389732740014997586987548736.
MATHEMATICA
t = Select[Permutations[Range[0, 9]], #[[1]] > 0 &]; t2 = Select[t, Union[DigitCount[FromDigits[#]^6]] == {6} &]; FromDigits /@ t2
CROSSREFS
Cf. A050278 (pandigital numbers), A199630, A199631, A365144, A199632.
Sequence in context: A233502 A113640 A233623 * A288274 A078512 A235390
KEYWORD
nonn,base,fini,full
AUTHOR
T. D. Noe, Nov 09 2011
STATUS
approved