OFFSET
1,3
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000
EXAMPLE
{0, 1, 2, 3, 4, 5, 6, 9} - the set of digits of 12635940 and of 12635940^7, so 12635940 is in the sequence.
PROG
(PARI) for(n=0, 102374865, if(Set(Vec(Str(n)))==Set(Vec(Str(n^7))), print1(n, ", ")));
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Arkadiusz Wesolowski, Nov 27 2013
STATUS
approved