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.

A368049 Perfect squares whose decimal expansion consists of k > 1 digits, k-1 of which are equal.

Original entry on oeis.org

16, 25, 36, 49, 64, 81, 100, 121, 144, 225, 400, 441, 484, 676, 900, 1444, 10000, 40000, 44944, 90000, 1000000, 4000000, 9000000, 100000000, 400000000, 900000000, 10000000000, 40000000000, 90000000000, 1000000000000, 4000000000000, 9000000000000, 100000000000000
Offset: 1

Views

Author

José Hernández, Dec 09 2023

Keywords

Comments

The terms > 90000 are of one of the following three forms: 10^(2*j), 4*10^(2*j) or 9*10^(2*j) where j is an integer >= 3.
See Gica/Panaitopol link for proof of above comment. - Ray Chandler, Jan 16 2024

Crossrefs

Subsequence of A000290.

Formula

a(n) = 100*a(n-3) for n > 22. - Stefano Spezia, Dec 09 2023