I observed something while working a bit about series.
I found out that the limit of :
$$\sum\limits_{i=1}^x \frac{1}{a^i}$$
as x approches infinity seems to be equal to $\frac{1}{a-1}$.
If this formula is true, we can prove that :
$$\lim\limits_{x \to \infty} \sum\limits_{i=1}^x \frac{1}{e^i} = \frac{1}{e-1} \approx 0.58198$$
How can we prove this formula ?
Edit : fixed no x
$\sum_{i=1}^{n}$$\frac{1}{a^i} =\frac{1}{a}+\frac{1}{a^2}+ \frac{1}{a^2}+.....$
which is an infinite geometric progression valid for $\frac{1}{|a|}<1$ or $|a|>1$.
$\implies$ $\sum_{i=1}^{n}$$\frac{1}{a^i}=$$\frac{1/a}{1-1/a}=\frac{1}{a-1}$.