OFFSET
1,1
MATHEMATICA
cf86Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]] == 86]; Select[Range[25000], cf86Q] (* Harvey P. Dale, Aug 01 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved