OFFSET
1,1
MATHEMATICA
cf48Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s] [[2]], 1]]==48]; Select[Range[11000], cf48Q] (* Harvey P. Dale, Dec 18 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved