How to test this summation for divergence or convergence? $$\sum_{n=0}^\infty \frac{e^n}{ne^n+1}$$
Edit: Here is my work, but I got it wrong. I tried using the comparison test.
\begin{align*} a_n &= \frac{e^n}{ne^n + 1} \\ &> \frac{1}{e^n \cdot e^n + e^{2n}} \\ &= \frac{1}{e^{2n} + e^{2n}} \\ &= \frac{1}{2e^{2n}} \\ &= \frac{1}{2}\left(\frac{1}{e}\right)^{2n} \\ b_n &= \frac{1}{e^n} &r= \frac{1}{e} < 1 \text{ converges due to geo-series} \end{align*} Since $b_n$ converges, $a_n$ also converges by CT.
An intuitive approach is that $e^n$ becomes huge, so divide the numerator and denominator by it. Then the $e^{-n}$ is tiny, so ignore it. Remember that convergence only depends on what happens for large $n$. Can you flesh this out?