OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..650
MATHEMATICA
cf13Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]]==13]; Select[Range[20000], cf13Q] (* Harvey P. Dale, Jun 16 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved