I have the sequence
$a_{n} = \frac{1}{5n^2 + \cos(n\pi )+1}$ $n\in \mathbb{N}$
It's obvious that it converges to 0 but I have problems to proof it:
Let $\varepsilon$ be optional and choose $N$ as $N\gt?$
Then apply to all $a_{n}$ with $n\ge N$:
$\left | a_{n}-0 \right |$ = $\frac{1}{5n^2 + \cos(n\pi )+1}$
Because of $n\ge N$:
$\frac{1}{5n^2 + \cos(n\pi )+1} \le \frac{1}{5N^2 + \cos(N\pi )+1}$
And now I try to solve for $N$?
$\frac{1}{5N^2 + \cos(N\pi )+1} \gt \varepsilon$
Is that right so far? And after that I might go with a distinction of cases?