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.

A045784 Squares with initial digit '1'.

Original entry on oeis.org

1, 16, 100, 121, 144, 169, 196, 1024, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1600, 1681, 1764, 1849, 1936, 10000, 10201, 10404, 10609, 10816, 11025, 11236, 11449, 11664, 11881, 12100, 12321, 12544, 12769, 12996, 13225, 13456, 13689, 13924
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[120]^2,First[IntegerDigits[#]]==1&] (* Harvey P. Dale, Dec 31 2011 *)

Formula

a(n) = A045855(n)^2. - Michel Marcus, Sep 04 2021