Using the series $\displaystyle \sum_{k=0}^{\infty}\frac{(-1)^{k}}{k!}=\frac{1}{e}$, evaluate the first $3$ decimal digits of $1/e$.
Attempt. In alternating series $\displaystyle \sum_{k=0}^{\infty}(-1)^{k+1}\alpha_n$, where $\alpha_n \searrow 0$, if $\alpha$ is the sum of the series then $$|s_n-\alpha|\leq \alpha_{n+1}.$$ So, in our case we need to find $n$ such that $|s_n-1/e|<0.001$, where $\displaystyle s_n=\sum_{k=0}^{n-1}\frac{(-1)^{k}}{k!}$ and it is enough to find $n$ such that $\dfrac{1}{n!}<0.001$, so $n\geq 7$. Therefore:
$$s_7=\sum_{k=0}^{6}\frac{(-1)^{k}}{k!}=0.36805\ldots$$
so I would expect $\dfrac{1}{e}=0.368\ldots$. But: $\dfrac{1}{e}=0.36787944\ldots$.
Where am I missing something?
Thanks in advance.
To know the first three digits in the decimal expansion of $e^{-1}$ you don't want $n$ such that $$|s_n-e^{-1}|<0.001,$$ but in stead you want $n$ such that $|s_n-e^{-1}|$ is strictly less than the part of $e^{-1}$ after the first three digits. Denoting the fractional part of a real number $x$ by $\{x\}$, this can be formally described as $$|s_n-e^{-1}|<\left|s_n-\frac{\{10^3s_n\}}{10^3}\right|,$$ so it suffices to find $n$ such that $$\frac{1}{n!}<\left|s_n-\frac{\{10^3s_n\}}{10^3}\right|.$$ As your computations show $n=7$ does not suffice; you've found that $$s_7=0.3680555...\qquad\text{ but }\qquad 0.0000555...<\frac{1}{7!}.$$ A little more work shows that $n=8$ does suffice; indeed $$s_8=0.3678571...\qquad\text{ and }\qquad 0.0001428...>\frac{1}{8!}.$$