OFFSET
1,2
COMMENTS
The sequence is infinite since it contains all denominators of continued fraction convergents of e. The next such denominator is 190435, but it has yet to be proved that there are no other terms before it. - Ivan Neretin, Jan 23 2018
a(17) = 190435 verified as the next term. - Sean A. Irvine, Oct 31 2020
No other terms < 10^6. - Eric W. Weisstein, Apr 21 2024
LINKS
Eric Weisstein's World of Mathematics, E.
Eric Weisstein's World of Mathematics, Equidistributed Sequence.
MATHEMATICA
With[{f = FractionalPart[E 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(17) from Sean A. Irvine, Oct 31 2020
a(18)-a(19) from Eric W. Weisstein, Apr 19 2024
STATUS
approved