OFFSET
1,1
MATHEMATICA
cf28Q[n_]:=With[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]]==28]; Select[ Range[ 5000], cf28Q] (* Harvey P. Dale, Aug 02 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved