OFFSET
1,1
MATHEMATICA
cf67Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==67]; Select[Range[33000], cf67Q] (* Harvey P. Dale, Sep 21 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved