OFFSET
1,1
MATHEMATICA
cf94Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]]==94]; Select[Range[28000], cf94Q] (* Harvey P. Dale, May 01 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved