- 2,832
- 0
I was wondering if anyone knew of good approximations of the primorial function for large numbers, or of reasonable bounds for it. By primorial I mean:
n\#=\prod_{p\le n}p for p prime.
All I know is n\#\sim e^n and the trivial \pi(n)!\le n\#\le n!.
For small numbers (n < 1,000,000,000), e^n is larger than n#. Does this hold generally?
Obviously, the crude upper limit can be hacked slightly: take out the evens from the factorial and multiply by 2, take out the multiples of 3 and divide by 3, etc. In the extreme case this is just calculating the primorial itself, so not very useful. The lower bound can be improved to
p_n\#\le n!\prod^n_{k=5}\ln k+\ln\ln k-1
using lower bounds on the primes, but this is unwieldy, and I'm pretty sure \lim_{n\rightarrow\infty}\frac{p_n\#}{n!\Pi}=0 where the product is as above. Using the best bounds out there (by Dusart) improves the result slightly at the cost of complicating it further.
n\#=\prod_{p\le n}p for p prime.
All I know is n\#\sim e^n and the trivial \pi(n)!\le n\#\le n!.
For small numbers (n < 1,000,000,000), e^n is larger than n#. Does this hold generally?
Obviously, the crude upper limit can be hacked slightly: take out the evens from the factorial and multiply by 2, take out the multiples of 3 and divide by 3, etc. In the extreme case this is just calculating the primorial itself, so not very useful. The lower bound can be improved to
p_n\#\le n!\prod^n_{k=5}\ln k+\ln\ln k-1
using lower bounds on the primes, but this is unwieldy, and I'm pretty sure \lim_{n\rightarrow\infty}\frac{p_n\#}{n!\Pi}=0 where the product is as above. Using the best bounds out there (by Dusart) improves the result slightly at the cost of complicating it further.
Last edited: