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.

A048373 a(n)^3 is smallest cube containing exactly n 8's.

Original entry on oeis.org

2, 42, 92, 436, 942, 2402, 16942, 52942, 266192, 2018892, 3069442, 14242355, 44559402, 207156367, 206524022, 2663151915, 5415821442, 7298885092, 33777876942, 441138374692, 1690359374442, 1316916061361
Offset: 1

Views

Author

Patrick De Geest, Mar 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    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 *)

Extensions

a(14) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 29 2006
a(15)-a(20) from Lars Blomberg, Jun 12 2011
a(21)-a(22) from Giovanni Resta, Jun 29 2018