cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A052094 Smallest fourth powers whose decimal expansion digits occur with same frequency n.

This page as a plain text file.
%I A052094 #18 Dec 17 2020 14:26:04
%S A052094 0,1836036801,289123718973983667216,1051315345334684056886604801,
%T A052094 33065106952901022329359695121613056,
%U A052094 112265125207703310302573655130362165067776,1010922420949465152104650155209626996061445542961
%N A052094 Smallest fourth powers whose decimal expansion digits occur with same frequency n.
%C A052094 Terms calculated by _Jeff Heleen_.
%H A052094 Patrick De Geest, <a href="http://www.worldofnumbers.com/samedigits.htm">Numbers whose digits occur with same frequency</a>
%e A052094 207^4 = 1836036801 and digits 0,1,3,6 and 8 each occur twice.
%o A052094 (Python)
%o A052094 g = agen(POW=4) # agen() in A054212
%o A052094 print([next(g)**4 for n in range(1, 5)]) # _Michael S. Branicky_, Dec 17 2020
%Y A052094 Cf. A052093, A052070, A052072.
%Y A052094 Subsequence of A000583.
%K A052094 nonn,base,hard
%O A052094 1,2
%A A052094 _Patrick De Geest_, Jan 15 2000
%E A052094 Offset corrected by _Michel Marcus_, Aug 12 2015
%E A052094 a(6) corrected and a(7) from _Michael S. Branicky_, Dec 17 2020