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