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!)
A054213 Smallest fifth powers whose decimal expansion digits occur with same frequency n. 2
0, 225313610074846875, 312343781246875156246875, 119665765800843104737370354851986949, 2439979134100773706931016420916722663424, 117195225794292252449115584887987847895470100000, 10334956410016814668660393585195309584134568401459883099, 1010431164918909763339703798486498718473866680301776494470190368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms calculated by Jeff Heleen.
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..8
EXAMPLE
2955^5 = 225313610074846875 and digits 0, 1, 2, 3, 4, 5, 6, 7, and 8 each occur twice.
PROG
(Python)
g = agen() # agen() in A054212
print([next(g)**5 for n in range(1, 5)]) # Michael S. Branicky, Dec 17 2020
CROSSREFS
Subsequence of A000584.
Sequence in context: A270271 A094676 A327760 * A288288 A080128 A132901
KEYWORD
nonn,base,hard
AUTHOR
Patrick De Geest, Feb 15 2000
EXTENSIONS
Offset corrected by Michel Marcus, Aug 12 2015
a(6)-a(8) from Michael S. Branicky, Dec 17 2020
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)