In the classic proof of Bertrand's postulate by Paul Erdős, he shows that $x\# < 4^x$ where $x\#$ is the primorial for $x$.
Is there any tighter upper bound for a given primorial $x\#$? Ideally, does anyone know if there are any relatively recent papers on estimating the upper bound of a primorial?
For a fairly pleasant version, for $x>1,$ we have $$ \log(x \#) < x \left(1 + \frac{1}{2 \log x} \right). $$ This is Theorem 4, formula 3.15 in Rosser and Schoenfeld (1962), Illinois J. Math.
Then, for $x \geq 563,$ we have $$ \log(x \#) > x \left(1 - \frac{1}{2 \log x} \right). $$ This is Theorem 4, formula 3.14.
The title of the article is Approximate Formulas for some Functions of Prime Numbers. It is pages 64-94, volume 6. I think I just found it online at some point...
YES, LINK
I did a simple experiment with C++, each line is just the low R-S bound, then a prime p, then log(p#), then the high R-S bound.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=