login
A031833
Numbers k such that the period of the continued fraction for sqrt(k) contains exactly 65 ones.
1
53083, 55375, 66163, 88391, 89419, 91699, 104155, 107779, 123623, 127912, 136819, 138859, 140079, 141527, 143323, 145539, 152759, 153175, 164375, 173968, 174643, 184783, 191351, 194296, 196451, 205159, 212783, 214288, 214339, 218968, 219655
OFFSET
1,1
LINKS
MATHEMATICA
q[k_] := Module[{c = ContinuedFraction[Sqrt[k]]}, Length[c] == 2 && Count[c[[2]], 1] == 65]; Select[Range[150000], q] (* Amiram Eldar, Aug 13 2025 *)
CROSSREFS
Sequence in context: A157758 A250696 A250681 * A155557 A015315 A061330
KEYWORD
nonn
STATUS
approved