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!)
A052094 Smallest fourth powers whose decimal expansion digits occur with same frequency n. 3
0, 1836036801, 289123718973983667216, 1051315345334684056886604801, 33065106952901022329359695121613056, 112265125207703310302573655130362165067776, 1010922420949465152104650155209626996061445542961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms calculated by Jeff Heleen.
LINKS
EXAMPLE
207^4 = 1836036801 and digits 0,1,3,6 and 8 each occur twice.
PROG
(Python)
g = agen(POW=4) # agen() in A054212
print([next(g)**4 for n in range(1, 5)]) # Michael S. Branicky, Dec 17 2020
CROSSREFS
Subsequence of A000583.
Sequence in context: A318788 A090874 A071371 * A256123 A251401 A325900
KEYWORD
nonn,base,hard
AUTHOR
Patrick De Geest, Jan 15 2000
EXTENSIONS
Offset corrected by Michel Marcus, Aug 12 2015
a(6) corrected and a(7) 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 March 19 02:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)