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.

A048372 a(n)^3 is smallest cube containing exactly n 7's.

Original entry on oeis.org

3, 26, 83, 173, 1983, 2953, 19753, 90643, 258999, 426859, 4255753, 13955253, 42111153, 92356426, 425851173, 878398753, 9197190176, 9196397753, 89494606688, 390974932563, 918856391641, 4250703842293
Offset: 1

Views

Author

Patrick De Geest, Mar 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := Module[{i = 0}, While[DigitCount[i^3][[7]] != n, i++ ]; i]; (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 27 2006 *)

Extensions

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