login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A036417
Values of k for which there are no empty intervals when fractional part(m*Pi) for m = 1, ..., k is plotted along [ 0, 1 ] subdivided into k equal regions.
2
1, 6, 7, 106, 112, 113, 33102, 33215, 66317, 99532, 165849, 265381, 364913
OFFSET
1,2
COMMENTS
Appears to include all the denominators of the convergents of Pi A002486. - Eric W. Weisstein, Apr 18 2024
No other terms with n <= 10^6. - Eric W. Weisstein, Apr 27 2024
LINKS
Eric Weisstein's World of Mathematics, Equidistributed Sequence.
Eric Weisstein's World of Mathematics, Pi.
MATHEMATICA
With[{f = FractionalPart[Pi Range[1000]]}, Position[Table[Count[BinCounts[Take[f, n], {0., 1, 1/n}], 0], {n, Length[f]}], 0]] // Flatten (* Eric W. Weisstein, Apr 27 2024 *)
CROSSREFS
Cf. A036416.
Cf. A002486 (denominators of the convergents of Pi).
Sequence in context: A223532 A041081 A041082 * A267255 A041357 A041829
KEYWORD
nonn,more
EXTENSIONS
a(9)-a(10) from Sean A. Irvine, Oct 31 2020
a(11)-a(13) from Eric W. Weisstein, Apr 18-19 2024
STATUS
approved