OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..50
EXAMPLE
196 becomes 961 which is also a square.
MATHEMATICA
Select[Range[20000]^2, IntegerQ[Sqrt[FromDigits[RotateLeft[ IntegerDigits[ #]]]]]&] (* Harvey P. Dale, Jan 23 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, May 04 2001
EXTENSIONS
More terms from Erich Friedman, May 08 2001
STATUS
approved