login
A031821
Numbers k such that the period of the continued fraction for sqrt(k) contains exactly 53 ones.
1
6031, 18643, 38263, 42559, 44323, 49039, 60131, 75067, 89464, 93304, 93328, 94051, 94119, 97399, 98375, 99299, 110171, 119848, 119995, 128927, 132355, 143464, 144055, 147911, 148843, 152227, 156871, 158107, 162328, 164755, 166071, 167587
OFFSET
1,1
LINKS
MATHEMATICA
q[k_] := Module[{c = ContinuedFraction[Sqrt[k]]}, Length[c] == 2 && Count[c[[2]], 1] == 53]; Select[Range[50000], q] (* Amiram Eldar, Aug 12 2025 *)
CROSSREFS
Sequence in context: A236975 A206113 A237864 * A203352 A064248 A202895
KEYWORD
nonn
STATUS
approved