Consider the functions: \begin{align} A(n) &= \left(1 + \frac1n \right)^n \\ B(n) &= \left(1 - \frac1n \right)^{-n} \\ C(n) &= 1+\sum_{m=1}^n \frac{1}{m!} \end{align}
Is it possible to show that $A_n$ and $B_n$ converges to the same limit, which is $\lim C_n$ as $n$ toward infinity? Thanks!