OFFSET
1,1
MATHEMATICA
cf21Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==21]; Select[Range[10000], cf21Q] (* Harvey P. Dale, Sep 22 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved