For this proof, I know that the sequence is divergent and I am trying to use proof by contradiction to prove it is divergent. Here is what I have so far. Can anyone please help me out?
Determine whether the sequence is convergent or divergent. $\{(-2)^n + \pi\}$
Let $\epsilon > 0$ be arbitrary. Suppose that $n>N$.
$|(-2)^n + \pi -L|<\epsilon$
$(-2)^n + \pi -L >N$
$n\log(-2) + \pi-L>\log(N)$
$n> \frac{\log(N) - \pi +L}{\log(-2)}$
You should always avoid taking the logarithm of negative numbers. You probably haven't defined that yet.
As per Maxime's comment, do you have theorems at your disposal that say things about subsequences of convergent sequences?
If you do not, then you probably need to proceed with a proof by contradiction. In this case, you should be very careful with your variables; as written, I don't know what $N$ is. Also, when you took the logarithm of both sides of your inequality, you violated several rules.
Try something like the following:
Suppose, for contradiction, that the sequence $\{(-2)^{n}+\pi\}$ is convergent, and converges to some real number $L$. Then, by definition, we know that for any $\epsilon > 0$ there exists a natural number $N$ such that for all $n>N$ we have $|(-2)^{n}+\pi-L|<\epsilon$. But, if $n=2m$ and $m=\max(N,\lceil\log_{4}(L)\rceil)$, then...
You fill in the rest of the proof.