I must show that the sequence is not bounded above:
$a_n =\frac{n^n}{n!}$,
I tried to use proof by contradiction: suppose there is some $k$ such that $a_n\le k$, then $n^n \le kn!$, $n*n*n...*n \le k n(n-1)(n-2)...1$ for sure I know that $n*n*n...*n \ge n(n-1)(n-2)...1$ for $n \ge 1$. However, what I wonder can't there be such a big k for which the statement $a_n < kn!$ is true? For example, $k = n^n$. So, where is the contradiction?