I am having difficulties proving the sequence $x_n = \frac{2^n}{n^2}$ is unbounded.
I can prove it is monotone from some term, but I don't know if it is necessary:
$\frac{2^n}{n^2}$ v $\frac{2^{n+1}}{(n + 1)^2}$
After transformations I get:
$\frac{2^n}{n^2}$ < $\frac{2^{n+1}}{(n + 1)^2}$, when $n > 1 + \sqrt{2}$
However, when I am trying to prove by contradiction that the sequence is unbounded, I get:
$\frac{2^n}{n^2} < M$
$n < log_2 (M*n^2)$
And after that I can only get the initial statement and I do not know how to proceed. Can someone show me what to do next? Thanks!