OFFSET
1,1
MATHEMATICA
cf61Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[ s] [[2]], 1]]==61]; Select[Range[200000], cf61Q] (* Harvey P. Dale, Feb 01 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved