As I am trying to calculate the lim of $(n+1)!/n^n$ when n tends to infinity,
Can I say that it is equivalent to $(n+1)*n!/n^n$ and since $n!/n^n$ = $exp(-n)$ tends to 0.
Then $lim (n+1)!/n^n$ = $lim (n+1) * $exp(-n) which is like doing $lim (n+1) * 0 $ when n -> infinity?
Or I can't do this trick ?