I still have problems understanding how to prove that a sequence converges, stuck with
$a_n=\left(\frac{n^2}{2^n} \right)$ I know that $\lim_{n\to\infty} a_n=0$ but don't know how to proceed. I tried replacing $2^n$ with $\sum_{k = 0}^n { \binom{n}{k}}$ to get $\left(\frac{n^2}{\sum_{k = 0}^n \left(\frac{n!}{k!(n-k)!} \right)} \right)$. Next I want to manipulate the term somehow (don't understand how this could be done) to get $n$ instead of $n^2$ as numerator to show that the denominator is always bigger than $n^2$ starting from some $n_0$. How would I then get the value of $\epsilon$?
Is this a valid approach? How can I extrace a $n$ from the sum? Also different approaches are appriciated!
@edit forgot to include that I want to show that this sequence converges to $0$, so showing convergence is not enough. In the linked dublicate it's written as fact if $a_n > 0$ and the ratio test $< 1$. Why is this true?