OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
6193 is in the sequence because 1936 = 44^2.
MATHEMATICA
Select[Range[1400], IntegerQ[Sqrt[FromDigits[RotateLeft[ IntegerDigits[ #]]]]]&] (* Harvey P. Dale, May 05 2017 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Mar 16 2005
STATUS
approved