OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..1000
EXAMPLE
25 = 5^2 is a square and turns into the square 225 = 15^2 if a 2 is added in front.
MATHEMATICA
Select[Range[850000]^2, IntegerQ[Sqrt[FromDigits[Join[{2}, IntegerDigits[ #]]]]]&] (* Harvey P. Dale, Jan 22 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Claudio Meller, Oct 27 2009
EXTENSIONS
Keyword:base added by R. J. Mathar, Oct 28 2009
STATUS
approved