login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A373192 Integers whose sixth power contains exactly the same digits as another sixth power. 2
731, 764, 1001, 1002, 1010, 1020, 1261, 1349, 1726, 2105, 3196, 3356, 3365, 3522, 3674, 3994, 4004, 4146, 4193, 4576, 4672, 4854, 4969, 5188, 5554, 5585, 5936, 6067, 6366, 6568, 6769, 6785, 6854, 6904, 7002, 7267, 7310, 7454, 7457, 7631, 7640, 7698, 7865, 8024, 8281, 8561, 8676, 8788 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A085441 A098292 A031525 * A031705 A158396 A098263
KEYWORD
nonn,base,less
AUTHOR
Erich Friedman, May 27 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 11 11:59 EDT 2024. Contains 374232 sequences. (Running on oeis4.)