Recently I have met this asymptotic estimation: prove that $\sum_{k=1}^n\frac{1}{\sqrt[n]{k!} }\sim \frac{n}{\ln n}$,$n\to \infty$.
Here is the way I think:
According to area principle, \begin{align*} \Bigg|\sum_{k=1}^n\frac{1}{\sqrt[n]{k!} }-\int_1^n\frac{1}{\sqrt[n]{\Gamma(x+1)}}d x\Bigg|\leqslant \frac{1}{\sqrt[n]{\Gamma(n+1)}} \end{align*} Thus we have \begin{align*} \frac{\ln n}{n}\Bigg|\sum_{k=1}^n\frac{1}{\sqrt[n]{k!} }-\int_1^n\frac{1}{\sqrt[n]{\Gamma(x+1)}}d x\Bigg|\leqslant \frac{\ln n}{n}\frac1{\sqrt[n]{\Gamma(n+1)}}\sim \frac{\ln n}{n}\cdot \frac1{\sqrt[n]{2\pi n}} \frac{e}{n}\to 0,~~n\to \infty \end{align*} To this end we only need to show \begin{align*} \int_1^n\frac{1}{\sqrt[n]{\Gamma(x+1)}}d x\sim \frac{n}{\ln n} \end{align*} But my train of thought is stuck here.Can you give me any help? Thanks a lot.
The terms $\frac{1}{\sqrt[n]{k!}}$, for $k\in[1,n]$, are roughly of the same size, hence the upper bound provided by Holder's inequality $$ \sum_{k=1}^{n}\frac{1}{\sqrt[n]{k!}}\leq \sqrt[n]{n^{n-1}\sum_{k=1}^{n}\frac{1}{k!}}\leq \frac{n}{\sqrt[n]{n/e}}$$ is expected to be close to the asymptotic behaviour of the RHS.
It can be improved via (I am going to outline the case $n=4$ for simplicity) $$\sum_{k=1}^{4}\frac{1}{\sqrt[4]{k!}}\leq \sqrt[4]{\left(\tfrac{1}{1}+\tfrac{1}{2}+\tfrac{1}{3}+\tfrac{1}{4}\right)\left(\tfrac{1}{1}+\tfrac{1}{1}+\tfrac{1}{2}+\tfrac{1}{3}\right)\left(\tfrac{1}{1}+\tfrac{1}{1}+\tfrac{1}{1}+\tfrac{1}{2}\right)\left(\tfrac{1}{1}+\tfrac{1}{1}+\tfrac{1}{1}+\tfrac{1}{1}\right)}$$ leading to $$ \sum_{k=1}^{n}\frac{1}{\sqrt[n]{k!}}\leq \sqrt[n]{\prod_{h=0}^{n-1}\left(h+H_{n-h}\right)}.\tag{U}$$ On the other hand Holder's inequality can be used also for producing a lower bound:
$$ \left(\sum_{k=1}^{n}\frac{1}{1}\right)\left(\sum_{k=1}^{n}\frac{1}{\sqrt[n]{k!}}\right)^n \geq \left(\sum_{k=1}^{n}\frac{1}{\sqrt[n+1]{k!}}\right)^{n+1}$$ $$ \left(\sum_{k=1}^{n}\frac{1}{1}\right)\left(\sum_{k=1}^{n}\frac{1}{\sqrt[n+1]{k!}}\right)^{n+1} \geq \left(\sum_{k=1}^{n}\frac{1}{\sqrt[n+2]{k!}}\right)^{n+2}$$
lead to $$ \sum_{k=1}^{n}\frac{1}{\sqrt[n]{k!}}\geq \frac{1}{n^{1/n}}\left(\sum_{k=1}^{n}\frac{1}{\sqrt[n+1]{k!}}\right)^{\frac{n+1}{n}}\geq \frac{1}{n^{2/n}}\left(\sum_{k=1}^{n}\frac{1}{\sqrt[n+2]{k!}}\right)^{\frac{n+2}{n}}\geq\ldots\geq\frac{1}{n}\left(\sum_{k=1}^{n}\frac{1}{\sqrt[2n]{k!}}\right)^2,$$
$$ \sum_{k=1}^{n}\frac{1}{\sqrt[n]{k!}}\geq\frac{1}{n^n}\left(\sum_{k=1}^{n}\frac{1}{\sqrt[n^2]{k!}}\right)^{n+1}\tag{L}$$ and for any $k\in[1,n]$ the distance between $\sqrt[2n]{k!}$ and $1$ is $O\left(\frac{\log n}{n}\right)$ by Stirling's approximation. The asymptotic behaviour of your sum should now follow by comparing the accurate upper bound $(U)$ and the accurate lower bound $(L)$.