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
KEYWORD
nonn,more
AUTHOR
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