I am looking for a simple proof of divergence for the series: $\sum_{n=1}^\infty \frac{n!e^n}{n^{n+\frac{3}{2}}}$
That's a part of the more general problem:
For what values of X is the series $\sum_{n=1}^\infty \frac{n!e^n}{n^{n+X}}$ convergent and for what values is it divergent?
I am not allowed to use Stirling's approximation in the proof.
I've already managed to prove convergence for $X>\frac{3}{2}$ and divergence for $X<\frac{3}{2}$. And now I am stuck with $X=\frac{3}{2}$ - I know the series is divergent (from Stirling approximation and WolframAlpha) but I have no idea for an elementary proof.
This question is related to my previous one about the elementary proof for the simpler case i.e.: $\sum_{n=1}^\infty \frac{n!e^n}{n^n}$ so you might be interested in checking it out: Divergent infinite series $n!e^n/n^n$ - simpler proof of divergence?
$$ n!e^n = \int_{0}^{+\infty} x^n e^{n-x}\,dx \geq \int_{n}^{+\infty} x^n e^{n-x}\,dx =\int_{0}^{+\infty}(n+x)^n e^{-x}\,dx=\\= n^{n+1}\int_{0}^{+\infty}\left[(1+x)e^{-x}\right]^n\,dx$$ so if we manage to prove that $$ \sum_{n\geq 1}\frac{1}{\sqrt{n}}\int_{0}^{+\infty}\left[(1+x)e^{-x}\right]^n\,dx $$ is unbounded we are done. We may recall that $\frac{1}{4^n}\binom{2n}{n}\leq\frac{1}{\sqrt{\pi n}}$ by Wallis product, hence the previous series is bounded below by $$\sqrt{\pi}\sum_{n\geq 1}\int_{0}^{+\infty}\frac{1}{4^n}\binom{2n}{n}\left[(1+x)e^{-x}\right]^n\,dx. $$ Since $$ \sum_{n\geq 0}\frac{1}{4^n}\binom{2n}{n}z^n = \frac{1}{\sqrt{1-z}} $$ for any $z\in(-1,1)$, the divergence of the given series is reduced to the divergence of $$ \int_{0}^{+\infty}\left[\frac{1}{\sqrt{(e^x-1-x)e^{-x}}}-1\right]\,dx$$ which is fairly straightforward by considering the Laurent expansion at the origin of the integrand function - $0$ is a simple pole with residue $\sqrt{2}$.
Truth to be told, we have just proved a weak version of Stirling's inequality.