OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000
MATHEMATICA
cf65Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==65]; Select[Range[40000], cf65Q] (* Harvey P. Dale, Mar 28 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved