OFFSET
1,1
MATHEMATICA
cf75Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==75]; Select[Range[43000], cf75Q] (* Harvey P. Dale, Apr 17 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved