OFFSET
1,1
MATHEMATICA
cf32Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]]==32]; Select[Range[7000], cf32Q] (* Harvey P. Dale, Mar 04 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved