I want to use Stirlings Formula $\lim_{n\to \infty} {n!} \sim \lim_{n \to \infty} \frac{n^n}{e^n}\cdot \sqrt{n}$ to evaluate the following limits:
$$\lim_{n\to \infty} \frac{n}{\sqrt[n]{n!}}$$
$$\lim_{n\to \infty}[ \frac{n+\sum_{k=1}^{n-1}\log(k)}{\log(n)} +1 -n]$$
For the first one I feel like some algebraic manipulation would yield $\lim_{n\to\infty}\frac{n}{\sqrt[n]{n!}} = \frac{e}{n^{^1/n}}$ which would imply $\lim_{n\to \infty} \frac{n}{\sqrt[n]{n!}} = e$ but can I just do equivalence transformation with an asymptotical equality, as opposed to a precise equality?
The second one looks like Taylor Series development, but I don't see the path...