Is the $n$-th prime smaller than $n(\log n + \log\log n-1+\frac{\log\log n}{\log n})$?

Let $p_n$ be the $n$-th prime. Wikipedia gives the following known bounds on $p_n/n$ when $n\geq6$: $$ \log n+\log\log n-1 \leq \frac{p_n}{n} \leq \log n+\log\log n. $$

If I take the first few terms in the asymptotic expansion for $p_n/n$, like so: $$ \frac{p_n}{n} = \log n+\log\log n-1+\frac{\log\log n}{\log n} - \frac{2}{\log n} + O\left(\frac{(\log\log n)^2}{\log^2 n}\right), $$ it follows that $$ \frac{p_n}{n} < \log n+\log\log n-1+\frac{\log\log n}{\log n} + \frac{c}{\log n}, $$ for $c>-2$ and large enough $n$. For at least those $n$ that I've checked however ($p_n\leq 10^{11}$), I find that this inequality holds with $c=0$ and $p_n>347$, and also with $c=-1$ and $p_n > 5393$.

Is this actually correct?

Is there a sharper inequality?


While examining de Reyna's work about Riemann's zeros I noticed his recent paper with Jeremy 'The n-th prime asymptotically' and thought it could help you (without having the time to elaborate...).

Knowing more zeta zeros allowed indeed Pierre Dusart in his $1998$ thesis to update Rosser and Schoenfeld's earlier results and get new bounds on $\pi(x)$ (other results are here in french).

He extended his results to bounds for $p_n$ in his $1999$ paper 'The Kth prime is greater than k(ln(k)+ln(ln(k))-1) for k>=2' and in $2010$ in the paper you found 'Estimates of Some Functions Over Primes without R.H.' and which contains indeed the precise : $$\frac{p_n}n\le\ln(n)+\ln(\ln(n))-1+\frac{\ln(\ln(n))-2}{\ln(n)}\quad\text{for}\ n\ge 688383,$$ $$\frac{p_n}n\ge\ln(n)+\ln(\ln(n))-1+\frac{\ln(\ln(n))-21/10}{\ln(n)}\quad\text{for}\ n\ge 3.$$