OFFSET
1,1
MATHEMATICA
cf70Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]]==70]; Select[Range[18000], cf70Q] (* Harvey P. Dale, Dec 21 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved