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.

A068175 a(1) = 1; for n>1, a(n) is the smallest square > a(n-1) obtained by inserting digits into a(n-1).

Original entry on oeis.org

1, 16, 169, 1369, 13689, 134689, 13446889, 1344468889, 134444688889, 13444446888889, 1344444468888889, 134444444688888889, 13444444446888888889, 1344444444468888888889, 134444444444688888888889
Offset: 1

Views

Author

Amarnath Murthy, Feb 25 2002

Keywords

Examples

			a(3) = 169; the smallest square obtained by inserting digits in it is 1369 hence a(4) = 1369.
		

Crossrefs

A067633 gives square roots.

Extensions

Corrected and extended by Ray Chandler, Oct 11 2003