OFFSET
1,1
MATHEMATICA
Sort[Flatten[Select[Gather[Table[{n, n^6, Sort[IntegerDigits[n^6]]}, {n, 1, 10000}], Last[#1] == Last[#2] &], Length[#] > 1 &], 1][[All, 1]]]
PROG
(Python) # uses imports, functions at A188065
print(list(islice(A188065_gen(root=6), 50))) # Michael S. Branicky, May 27 2024
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Erich Friedman, May 27 2024
STATUS
approved