I was looking at the ratio $$\frac{k!}{k^k} =\frac{1*2*3*...*k}{k*k*k*...*k}<1$$ and I wondered how large of a factorial I would need to make the ratio greater than one. So, $$\frac{n!}{k^k} =\frac{1*2*3*...*k*...*n}{k*k*k*...*k}>1$$ I have found that since $$\frac{(2k)!}{k^k}=\frac{1*2*3*...*k*...*2k}{k*k*k*...*k}$$the right half of the factors in the numerator are all greater than $k$, and we have that ${(2k)!}>{k^k}$.
Therefore, n is bounded by $$k<n<2k.$$ I have attempted to improve these bounds but have not been able to make progress.$$$$ I started with the inequality:$$k^k<n!$$ and taking the log of both sides gives $$k*log(k)<log(n!)$$ From here, Stirling's Approximation takes away the factorial and replaces it with $$k*log(k)<n*log(n)-n+O(log(n))$$ After playing around with this last inequality for a while, I still have not been able to make improvements on the original bounds. How could I go about doing this? Thank you.