$$P_n \sim n\ln(n)\tag1$$
Where $P_n$ is the nth prime number
Equation $(2)$ is an improvement of $(1)$
$(2)$ comes about through trial and error using Wolfram alpha. $$ P_n \sim \frac{10^n[\ln(n)-\frac{1}{4}]}{2\operatorname{Li}(10^n)}\tag2$$ Where $\operatorname{Li}(n)$ is the Logarithmic integral
Example:
$(1):$
$$P_{10,000}\sim 10,000\ln(10,000)$$
$$104,729 \sim 92,103$$
Got an error of $12$%
$(2):$
$$P_{10,000} \sim \frac{10^{10,000}\left[\ln(10,000)-\frac{1}{4}\right]}{2\operatorname{Li}(10^{10,000})}$$
$$104,729\sim 103,155$$
Got an error of $1.5$%
Can anyone help to improve on $(2)$?