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.

A036510 Smallest square containing exactly n 3's.

Original entry on oeis.org

36, 3136, 343396, 1336336, 133333209, 3333330225, 313341333361, 1433333333961, 43333334833636, 1333333832344336, 123133353336333376, 3233633330337433321, 3333433332336331536, 2333303333385023333376, 133333533332333233936
Offset: 1

Views

Author

Keywords

Comments

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

Crossrefs

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

Programs

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

Extensions

More terms from Jon E. Schoenfield, Jan 14 2009