Maximizing a Variable in Inequality

22 Views Asked by At

I have the following product: $$\prod_{i=1}^m\left(2+\frac{1}{n+a_i}\right)\le\left(2+\frac{1}{n'}\right)^m$$ for some $n,m\in\mathbb{N}$. Here $a_i$ is a sequence where we know that following $a_{i+1}\ge a_i+1$, $a_1=0$. (Hence we have $$\prod_{i=1}^m\left(2+\frac{1}{n+a_i}\right)\le\prod_{i=0}^{m-1}\left(2+\frac{1}{n+i}\right)$$ ). I am trying to find the largest possible $n'$ (I don't need to actually find $\max(n')$, I am just in a situation where the larger I can get $n'$ the better).
It is clear that I can have $n'=n$, but I need a larger value. I was contemplating trying to find a $k$ such that $n'=n+km$ but I couldn't get anywhere. Can anyone help me find a valid $n'>n$?