OFFSET
1,1
COMMENTS
The growing square sequence for 1 and 6, 2 and 5, 4 and 9 in pairs are the same.
LINKS
FORMULA
For n>=4, a(n) = 38416*100^(n-4).
From Chai Wah Wu, Aug 03 2020: (Start)
a(n) = 100*a(n-1) for n > 4.
G.f.: x*(45684*x^3 + 7259*x^2 + 719*x - 8)/(100*x - 1). (End)
EXAMPLE
a(2)=81 hence a(3) = 841 the smallest square formed from 81.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 25 2002
EXTENSIONS
More terms from Sean A. Irvine, Sep 24 2009
Edited and extended by Max Alekseyev, Oct 12 2009
STATUS
approved