Show that the series converges, but not absolutely. $\sum_{n=1}^{\infty}( $exp$(\frac{(-1)^n}{n})-1)$.
My Try:
Let $a_n=$exp$(\frac{(-1)^n}{n})-1$. I was going to use alternating series test because the sequence $\{a_n\}$ is alternating. But $\{|a_n|\}$ is not decreasing to $0$. So, I am stuck now. Can anybody please give me a hint?
You may just use the fact that, as $x \to 0$, using the Taylor expansion, $$ e^x=1+x+O(x^2) $$ giving, for some $n_0\geq1$, $$ \sum_{n\geq n_0}\left(\exp \left(\frac{(-1)^n}{n}\right)-1\right)=\sum_{n\geq n_0}\frac{(-1)^n}{n}+\sum_{n\geq n_0}O\left(\frac1{n^2}\right). $$ The latter series is absolutely convergent and the series $\displaystyle \sum_{n\geq n_0}\frac{(-1)^n}{n}$ is conditionally convergent. It gives the desired result.