OFFSET
1,1
MATHEMATICA
cf55Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]]==55]; Select[Range[185000], cf55Q] (* Harvey P. Dale, Dec 15 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved