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.

A036516 Smallest square containing exactly n 9's.

Original entry on oeis.org

9, 3969, 29929, 1999396, 299739969, 2909199969, 19299599929, 909995799969, 9499999990849, 999999202999696, 9969959993997969, 90949999999997329, 9199999971969929929, 199999969997999200969, 19997911999199999979409, 295191999919994299999969
Offset: 1

Views

Author

Keywords

Comments

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

Crossrefs

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

Programs

  • Mathematica
    a[n_] := Block[{k=1}, While[DigitCount[k^2, 10, 9] != 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