I am currently studying how to estimate $e$. To solve this problem I use these methods discuss below:
Method 1:
We know that $e^x = 1 + \dfrac{x}{1!} + \dfrac{x}{2!}+ \cdots $
So if we consider a large $n$ we can estimate $e$ as $1 + \dfrac{1}{1!} + \dfrac{1}{2!}+ \cdots + \dfrac{1}{n!}$
Method 2:
Another way is I consider $I=\displaystyle\int_1^{2} \dfrac1x \,dx =\log_{e} 2$. Now I can compute numerically the integral $I$. So from that I estimate $e$ as $e^I = 2 \implies e= 2^\frac1I$
I believe there is many other way to estimate the value of $e$. If you know please discuss here.
In $2004$, using series compression, Brothers proposed $$e=\sum_{n=0}^{\infty}\frac{2n+2}{(2n+1)!}$$ which converges extremely fast.
Using $10$ terms, you get $$e\approx \frac{69439789852104840011}{25545471085854720000}\approx 2.71828182845905$$ which has an error of $9 \times 10^{-22}$ while, for the same number of terms, the classical expansion would give $$e\approx \frac{9864101}{3628800}\approx2.71828180114638$$ which has an error of $2.7 \times 10^{-8}$.
Using $20$ terms for the summation gives more than $50$ accurate digits.
In the same paper, Brothers also proposed $$e=\sum_{n=0}^{\infty}\frac{3-4n^2}{(2n+1)!}$$ $$e=\sum_{n=0}^{\infty}\frac{9n^2+1}{(3n)!}$$ This last one leads to $78$ correct digits after $20$ terms.