OFFSET
1,1
MATHEMATICA
cf47Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ContinuedFraction[s][[2]]]]==47]; Select[Range[32000], cf47Q] (* Harvey P. Dale, Sep 27 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved