login
A068175
a(1) = 1; for n>1, a(n) is the smallest square > a(n-1) obtained by inserting digits into a(n-1).
7
1, 16, 169, 1369, 13689, 134689, 13446889, 1344468889, 134444688889, 13444446888889, 1344444468888889, 134444444688888889, 13444444446888888889, 1344444444468888888889, 134444444444688888888889
OFFSET
1,2
EXAMPLE
a(3) = 169; the smallest square obtained by inserting digits in it is 1369 hence a(4) = 1369.
CROSSREFS
A067633 gives square roots.
Sequence in context: A017210 A283574 A067711 * A238976 A242078 A264092
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 25 2002
EXTENSIONS
Corrected and extended by Ray Chandler, Oct 11 2003
STATUS
approved