OFFSET
1,1
MATHEMATICA
cf16Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s] [[2]]]]==16]; Select[Range[1200], cf16Q] (* Harvey P. Dale, Jun 05 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved