I'm trying to prove that:
$$\prod_{n=1}^{\infty}\frac{n(n+a+b)}{(n+a)(n+b)} = \frac{\Gamma(a+1)\Gamma(b+1)}{\Gamma(a+b+1)}$$
whenever $a$ and $b$ are positive.
I know that
$$\frac{\Gamma(a+1)\Gamma(b+1)}{\Gamma(a+b+1)} = \frac{\int_0^{\infty}e^{-s}s^ads \int_0^{\infty}e^{-t}t^adt}{\int_0^{\infty}e^{-n}n^{a+b}dn}$$
but am confused as to where to proceed from here... Should I use the product formula for $1/\Gamma$ instead? Any direction would be appreciated. Thanks.