If we take the primes $p_k < n$, and raise them to the highest power possible such that $(p_k)^{r_k} \le n$, what is the lower bounds on $\prod{ (p_k)^{r_k} }$? In other words, what are the asymptotics of this function?
For example, if $n=10$, $2^3 \le 10$, $3^2 \le 10$, $5^1 \le 10$, and $7^1 \le 10$. This product is $2^3 3^2 5^1 7^1 = 2520$. So the function at $10$ is $2520$. Again, how closely can we bound this function?