login
A031853
Numbers k such that the period of the continued fraction for sqrt(k) contains exactly 85 ones.
1
30031, 73639, 108331, 115543, 156911, 161587, 164536, 168607, 169451, 175751, 176563, 176875, 184799, 186127, 190231, 194299, 208027, 224939, 230287, 243139, 244019, 259011, 265731, 268483, 283000, 290296, 291311, 292967, 298531, 302743
OFFSET
1,1
LINKS
MATHEMATICA
q[k_] := Module[{c = ContinuedFraction[Sqrt[k]]}, Length[c] == 2 && Count[c[[2]], 1] == 85]; Select[Range[50000], q] (* Amiram Eldar, Aug 14 2025 *)
CROSSREFS
Sequence in context: A147573 A046324 A138206 * A066576 A104877 A237031
KEYWORD
nonn
STATUS
approved