OFFSET
1,1
MATHEMATICA
cf12Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]] == 12]; Select[Range[1500], cf12Q] (* Harvey P. Dale, Jul 21 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved