I need to find a candidate for the limit and then prove it is indeed one using the definition of a sequence's limit. That is, to solve inequality with a parameter $\epsilon > 0$. I suppose the limit is $0$(for intuitive reasons that $n^n$ ''grows faster'' than $n!$).
Now I need to solve the following inequality:
$\frac{n!}{n^n} < \epsilon$
Well, it is easy for $\epsilon \geq 1$ $n! < n^n \leq \epsilon n^n \ \ \forall n>1$, obviously.
If $\epsilon \in (0,1)$ we have $\epsilon n < n^n$.
By induction if $n! < \epsilon n^n$ for some $n$, then $(n+1)! < \epsilon (n+1)^(n+1) \Leftarrow !n < \epsilon n < \epsilon (n+1)^n$.
So now we need to prove that $\forall \epsilon \in (0,1)\ \ \exists n \in \mathbb{N}: n! < \epsilon n^n$
How should I approach that?