I want to prove this,
$$2^23^34^45^5\cdots n^n \leq \Big(n+1-(n!)^{\frac{1}{n}}\Big)^{(n(n+1))0.5}$$
I try induction but we can't multiply by $(n+1)^{n+1}$ it's too big .On the other hand i try to study the following function : $$ f(n)=\Big(n+1-(n!)^{\frac{1}{n}}\Big)^{(n(n+1))0.5} )$$
But it reveals nothing.
I try also to approximate the factorial but it's not enought
I prefer hints.
Thanks a lot for sharing your time.
For e.g. $~n=2~$ it's not correct, but from a certain value $~n_0~$ already.
Comparing asymptotic approximations.
$\displaystyle \left(n^{-\left({\frac{n^2}{2}+\frac{n}{2}}\right)}\prod\limits_{k=1}^n k^k\right)^\frac{2}{n^2}\approx \left(A e^{-\frac{n^2}{4}}n^{\frac{1}{12}} \right)^\frac{2}{n^2} \approx \frac{1}{\sqrt{e}}$
where $~A~$ is called the Glaisher–Kinkelin constant
$\displaystyle \left(n^{-\left({\frac{n^2}{2}+\frac{n}{2}}\right)}\left(n+1-\sqrt[n]{n!}\right)^{\frac{n(n+1)}{2}}\right)^\frac{2}{n^2}\approx 1-\frac{1}{n}-\frac{\sqrt[n]{n!}}{n}\approx 1-\frac{1}{e}$
It's $~\displaystyle \frac{1}{\sqrt{e}} < 1-\frac{1}{e}~$ .
This means that $~n_0~$ exists so that the claim is correct for $~n\geq n_0~$ .