I want to determine the convergence of $\displaystyle \sum_{n=1}^\infty 2^{-n-(-1)^n}$.
My approach to this question:
I tried the root test so far.
We know that $2^x>0~\forall x\in\mathbb{R}$, hence $\left|2^{-n-(-1)^n}\right|=2^{-n-(-1)^n}$ (I'm not so sure of this step.)
\begin{align*}
\lim_{n\rightarrow\infty} \sqrt[n]{2^{-n-(-1)^n}}&=\lim_{n\rightarrow\infty} 2^{\frac{-n-(-1)^n}{n}}
\\&=2^{\lim_{n\rightarrow\infty}\frac{-n-(-1)^n}{n}}
\\&=2^{-1}=\frac{1}{2}
\end{align*}
Because $\frac{1}{2}<1$, therefore $\displaystyle \sum_{n=1}^\infty 2^{-n-(-1)^n}$ converges absolutely.
Someone please check my algebra.
Edit: I wanted to test for absolute / conditional convergence.
Corrected typos.
This is good. Easier is just to say $0 \lt 2^{-n-(-1)^n} \le 2^{-n+1}$ so $$\displaystyle \sum_{n=1}^\infty 2^{-n-(-1)^n}\le \displaystyle \sum_{n=1}^\infty 2^{-n+1}$$ which is a geometric series that we know converges, so the original series converges by the comparison test.