Estimation of $x$ if $x! = N^{\log N}$

144 Views Asked by At

If $x! = N^{\log N}\;,$ How can I estimate $x$ in terms of $N$?

1

There are 1 best solutions below

0
On BEST ANSWER

If we had an approximation for the inverse gamma function $\Gamma^{-1}$, we could apply it to both sides to get $$x \approx \Gamma^{-1} \left( N^{\log{N}} \right)$$

An approximation of $\Gamma^{-1}$ can be found here.