A naive way to estimate the factorial is $n! \geq (a+1) (a+2) \dots n \geq a^{n-a}$ for any $a$. For example, it gives $n! \geq (n/2)^{n/2}$ and slightly better $n! \geq (n/3)^{2n/3}$. I am interested in how strong this naive estimation it can be. For which $a$ we get the best estimate?
If my calculations are correct, this happens when $a = \frac{n}{W(e n)}$ where $W$ is Lambert W. Can the expression $\left(\frac{n}{W(e n)}\right)^{n-\frac{n}{W(e n)}}$ be simplified, or sensibly estimated by elementary functions?
Using Stirling's approximation we have $n! \approx (\frac ne)^n$. If we take your $a$ to be a fixed fraction of $n$, say $\frac nb$, your gives $(\frac nb)^{n(1-\frac 1b)}$. Stirling divided by yours is then $ \dfrac {(\frac ne)^n}{(\frac nb)^{n(1-\frac 1b)}}=\dfrac {b^{n(1-\frac 1b)}}{n^{\frac nb}}\lt \left(\dfrac b{n^\frac 1b}\right)^n$ which goes to zero with large $n$ for any $b$, quickly when $n \gt b^b$