login
A031805
Numbers k such that the period of the continued fraction for sqrt(k) contains exactly 37 ones.
1
12871, 13624, 20056, 22207, 23111, 29083, 33823, 35263, 37219, 39055, 45355, 45875, 48856, 51256, 57875, 60571, 64195, 64619, 64699, 65095, 65391, 67000, 68515, 69979, 70751, 74995, 75203, 75231, 77203, 80464, 90443, 97696, 98551, 104144, 104175
OFFSET
1,1
LINKS
MATHEMATICA
q[k_] := Module[{c = ContinuedFraction[Sqrt[k]]}, Length[c] == 2 && Count[c[[2]], 1] == 37]; Select[Range[50000], q] (* Amiram Eldar, Aug 11 2025 *)
CROSSREFS
Sequence in context: A177312 A172609 A172560 * A244171 A245793 A251922
KEYWORD
nonn
STATUS
approved