I am trying to find an upper limit for the product $(1+1/2)(1+1/3)\dots(1+1/n)$. I tried using AM-GM inequality as follows: \begin{align} (1+1/2)(1+1/3)\dots(1+1/n) \leq \left(\frac{1}{n-1}\left( -1 + n + 1/2 + 1/3 + 1/4 + \dots + 1/n\right)\right)^{n-1} \end{align}
From Wikipedia, $1/2 + 1/3 + 1/4 + \dots + 1/n \leq \log n$.
Therefore, I get
\begin{align} (1+1/2)(1+1/3)\dots(1+1/n) \leq \left(\frac{1}{n-1}\left( -1 + n + 1/2 + 1/3 + 1/4 + \dots + 1/n\right)\right)^{n-1} \leq \left( 1+ \frac{\log n}{n-1} \right)^{n-1} \end{align}
As $n \to \infty$, I find an upper limit is $n$.
I was wondering if there are more tighter upper limits. Any comments/thoughts are welcome.
The product is equal to
$$\prod_{i=2}^n \left(1+\frac{1}{i}\right)=\prod_{i=2}^n \frac{i+1}{i}=\frac{n+1}{2}$$
:D