10

Is $\ p_n^{\pi(n)} < 4^n$ where $p_n$ is the largest prime $\leq n$? Where $\pi(n)$ is the prime counting function. Using PMT it seems asymptotically $\ p_n^{\pi(n)} \leq x^n$ where $e \leq x$

jimjim
  • 9,675

2 Answers2

7

Using $$\pi(x) \le 1.25066 \frac{x}{\log x}$$ for all $x>1$ (from Rosser and Schoenfeld), you have $$(p_n)^{\pi(n)} \le e^{1.25066 n} < 3.5^n$$ for all $n\ge 2$.

4

Yes,

Asymptotically you have

$$(p_n)^{\pi(n)} \leq n^{n/\log n} = e^n$$

Aryabhata
  • 82,206
  • Thank you, so does this imply http://math.stackexchange.com/questions/15902/show-that-x-1x-2x-3-cdots-x-y-4n-for-any-given-n-in-mathbbn asymptotically as well? now one can only wonder whether $\ p_n^{\pi(n)} < 4^n$ for $2 \leq n$ – jimjim Jan 02 '11 at 04:36
  • @arjang: Yes, for any $c > 1$, have $\pi(n) \le c\ n/\log n$ for sufficiently large $n$. – Aryabhata Jan 02 '11 at 04:40