I need to prove that the following sequence is unbounded:
$$ Z_n := \left(1+\frac{1}{n}\right)^{n^2} $$ for $n\in \mathbb N$.
I know that I essentially need to show that $\forall M \in\mathbb{R}$ there exists $z_N \in Z$ such that $M < z_N$, i.e., $$ M < \left(1+\frac{1}{N}\right)^{N^2}, N\in\mathbb{N}$$ But frankly, I'm lost as to how to prove that.
I was able to prove that $(1+\frac{1}{n})^{n}$ was bounded above by say, 3, by using the fact that $$\left(1+\frac{1}{n}\right)^{n} = \sum_{k=0}^n\binom{n}{k}\frac{1}{n^k} = \sum_{k=0}^n\frac{1}{k!}(1)\left(1-\frac{1}{n}\right)\left(1-\frac{2}{n}\right)\dots\left(1-\frac{k-1}{n}\right)$$ and then showing that $$\sum_{k=0}^n\frac{1}{k!}(1)\left(1-\frac{1}{n}\right)\left(1-\frac{2}{n}\right)\dots\left(1-\frac{k-1}{n}\right) < \sum_{k=0}^n\frac{1}{2^k} < 3 \text{ (telescoping sum)}$$ But the same method does not work for the sequence $Z_n$. Any ideas? (Please have mercy)
Thanks!