You need the following definition for this exercise:
Let $0!=1 ; 1!=1 ; 2!=2 \cdot 1$; and, in general, $n!=n(n-1)(n-2) \cdots 3 \cdot 2 \cdot 1$. The symbol $n!$ is read " $n$ factorial." Now let
$$
S_n=2+\frac{1}{2!}+\frac{1}{3!}+\frac{1}{4!}+\cdots+\frac{1}{n!}
$$
Compute $S_n$ for $n=5,10$, and 15 . Compare the resulting values with the value of $e$ on page 424 .