I would like to find an asymptotic upper bound for $$\frac{-\ln n}{W(- \ln^{-c}n)}$$ where $c$ is positive and $W$ is the Lambert function. More precisely, I want something which dominates this quotient asymptotically. The bound should be quite tight.
Can we say that $\frac{-\ln n}{W(- \ln^{-c}n)}=O\left(\frac{\ln n}{\ln \ln n}\right)$ ?
Thank you very much.
A more accurate asymptotic series can be obtained with more terms.
but, before, one can observe that $y=\frac{-\ln n}{W(- \ln^{-c}n)}$ is not real if $n<e^{e^{1/c}}$
This means that, for small values of $c$, $n$ has to be very large :
In case of $c=0.2$ for example, $y$ is not real if $n<10^{64}$ (roughly)
In case of $c=0.5$ for example, $y$ is not real if $n<1618$
So, I doubt that small values of $c$ ( i.e.: $c<<1$) be encountered in real world. If they are, what does mean so big values of $n$ and correlatively of $y$ ?
To be accurate, the number of terms depends on $c$. The power of last term $\ln(n)$ must be negative. For example with the above series, the power of the fourth term is negative only if $c>0.5$
Other example : if $c=0.2$ the series requires more than 7 terms.
The next table shows some numerical results :
SECOND BRANCH OF THE W-function (noted $W_{-1}$ ) :
An approximate can be found in page 13 of the paper : https://fr.scribd.com/doc/34977341/Sophomore-s-Dream-Function
$$W_{-1}(X)=-\theta-\ln\left(\theta+\ln\left(\theta+\ln\left(\theta+\ln\left( \theta+...\right) \right) \right) \right) \qquad\text{where}\qquad\theta=-\ln(-X)$$ Here we have : $$X=-\ln^{-c}(n)\quad\to\quad\theta=c\:\ln(\ln(n))$$
The next table of numerical examples shows that a large number of terms are necessary to a good accuracy, especially in case of small $c$.
NOTE :
The therm $\frac{\ln(n)}{\ln(\ln(n))}$ appears in the simplest form of approximate (with only one term): $$\frac{-\ln n}{W_{-1}(- \ln^{-c}n)}\simeq \frac{\ln(n)}{c\:\ln(\ln(n))}$$ Of course, the accuracy is much better in using the above formula with as many terms as possible.