OFFSET
1,1
MATHEMATICA
cf94Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ContinuedFraction[s][[2]]]] == 94]; Select[Range[13000], cf94Q] (* Harvey P. Dale, Jul 06 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved