[Math] Median largest-prime-factor

analytic-number-theorynt.number-theoryprime numbers

Let $P(n)$ denote the largest prime factor of $n$. For any integer $x\ge2$, define the median
$$
M(x) = \text{the median of the set }\{P(2), P(3), \dots, P(x) \}.
$$
Classical results of Dickman and de Bruijn show that the median is roughly $x^{1/\sqrt{e}}$. More specifically, I think that the Dickman-de Bruijn rho-function approach can show the following: for any function $f(x)$ tending to infinity with $x$, the median $M(x)$ is between $x^{1/\sqrt{e}}/f(x)$ and $x^{1/\sqrt{e}}f(x)$ for all sufficiently large $x$.

But I got to thinking the other day: is there a way to determine how the median compares to $x^{1/\sqrt{e}}$ specifically? In other words, which one of the following is true?

  1. For all sufficiently large $x$, we have $M(x) \lt x^{1/\sqrt{e}}$.
  2. Each inequality $M(x) \lt x^{1/\sqrt{e}}$ and $M(x) \ge x^{1/\sqrt{e}}$ holds for arbitrarily large $x$.
  3. For all sufficiently large $x$, we have $M(x) \ge x^{1/\sqrt{e}}$.

Best Answer

This is one of many questions that has been answered in the comments, so I will just summarize the answer with a CW posting: $M(x) < x^{1/\sqrt{e}}$ according to the poster Greg Martin. In a computer search, the ratio seems to converge to roughly $0.74$ for $x$ up to a million. On the other hand, it doesn't converge very quickly and might possibly not converge at all. All that was have from the original posting is that the lim sup of the ratio is finite (and at most 1 according to the answer) while the lim inf is positive.

Related Question