Skip to main content

All Questions

0 votes
0 answers
42 views

Upper-bounding $\exp \log^{d} \frac{\log n}{n}$

How would you upper-bound this expression? $$f(n, d) = \exp \log^{d} \frac{\log n}{n}$$ If $d = 1 $ this woulld simplify to $\frac{\log n}{n}$. Any suggestions on how to upperbound it? Notation ...
Daniel's user avatar
  • 2,670
5 votes
1 answer
583 views

Polylogarithms: How to prove the asympotic expression $ z \le \mathrm{Li}_{s}(z) \le z(1+2z 2^{-s}), \;z<-1, \;s \gg \log_2|z|$

For $|z| < 1, s > 0$ the polylogarithm has the power series $$\mathrm{Li}_{s}(z) = \sum_{k=1}^\infty {z^k \over k^s} = z + {z^2 \over 2^s} + {z^3 \over 3^s} + \cdots = z\left(1+ {z \over 2^s} + {...
gammatester's user avatar
  • 18.9k