I am trying to bound values of very large factorials (N>500) without using Sterling's formula.
For large N, I found that n!>$100^n$ is a relatively good lower bound for the factorial. After trying for a while, I can't find a higher bound for factorials that is actually relatively close to the true value of the factorial.
Any suggestions for tighter lower and higher bounds are appreciated. Thanks