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.
%I A048373 #17 Feb 16 2025 08:32:40 %S A048373 2,42,92,436,942,2402,16942,52942,266192,2018892,3069442,14242355, %T A048373 44559402,207156367,206524022,2663151915,5415821442,7298885092, %U A048373 33777876942,441138374692,1690359374442,1316916061361 %N A048373 a(n)^3 is smallest cube containing exactly n 8's. %H A048373 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CubicNumber.html">Cubic Number</a> %t A048373 a[n_] := Module[{i = 0}, While[DigitCount[i^3][[8]] != n, i++ ]; i] (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006 *) %Y A048373 Cf. A036535, A048365, A048366, A048367, A048368, A048369, A048370, A048371, A048372, A048374. %K A048373 nonn,base,more %O A048373 1,1 %A A048373 _Patrick De Geest_, Mar 15 1999 %E A048373 a(14) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006 %E A048373 a(15)-a(20) from _Lars Blomberg_, Jun 12 2011 %E A048373 a(21)-a(22) from _Giovanni Resta_, Jun 29 2018