I have the series $\sum_{i=1}^\infty n^n/n!$ in my math textbook, and it is used as an example for the ratio test. Completing the ratio test on this problem leads to having to take the limit of:
$$\lim_{n \to \infty}(1+1/n)^n$$
the textbook says that the answer is $e$, however when I take the limit I get $$ (1+1/\infty)^\infty $$ which is just $1^\infty = 1$.
Am I missing something as to why this is not $1$? Does the variable $n$ behave different from other variables?