After some experimentation, I am pretty sure that $$\lim_{x \to \infty} {{(x!)^p}\over {x^x}} \to \infty $$ for $p \gt 1$, and that $$\lim_{x \to \infty} {{(x!)^p}\over {x^x}} \to 0 $$ for $p \le 1$.
I do not, however, have any proof of this, and I was wondering if someone could help me. I have tried applying the ratio test, but I am not quite sure how. Thanks in advance for the help!
The Stirling approximation states $x!\sim\sqrt{2\pi}x^{x+1/2}e^{-x}$. Thus $$\lim_{x\to\infty}\frac{x!^p}{x^x}=(2\pi)^{p/2}\exp\lim_{x\to\infty}\left[\left((p-1)x+\frac{p}{2}\right)\ln x-px\right].$$If $p>1$, this is $\exp\infty=\infty$ due to the $x\ln x$ term. If $p<1$, the same logic obtains a limit of $\exp-\infty=0$. If $p=1$, we get $$\sqrt{2\pi}\exp\lim_{x\to\infty}(\tfrac12\ln x-x)=\exp-\infty=0$$ because $\ln x\in o(x)$.