OFFSET
1,1
MATHEMATICA
cf98Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]]==98]; Select[Range[30000], cf98Q] (* Harvey P. Dale, Jul 09 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved