OFFSET
1,1
MATHEMATICA
cfp41Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[s][[2]]]]==41]; Select[Range[20000], cfp41Q] (* Harvey P. Dale, Jan 28 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved