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.

A036515 Smallest square containing exactly n 8's.

Original entry on oeis.org

81, 6889, 88804, 1898884, 78818884, 878588881, 88888055881, 388888184881, 86888087818884, 788088668888889, 8858888198858889, 108818889888588889, 18848488888038898881, 868968788888888880481, 3888888880378818878884, 22886882888858888885881
Offset: 1

Views

Author

Keywords

Comments

a(21) > 10^28. - Giovanni Resta, Jul 27 2018

Crossrefs

Cf. A048353. - Jon E. Schoenfield, Jan 24 2009

Programs

  • Mathematica
    a[n_] := Block[{k=1}, While[DigitCount[k^2, 10, 8] != n, k++]; k^2]; Array[a, 6] (* Giovanni Resta, Jul 27 2018 *)

Extensions

More terms from Jon E. Schoenfield, Jan 24 2009
a(16) from Giovanni Resta, Jul 27 2018