I have trouble in getting a closed form expression of $\binom{p+n}{n}$, otherwise written as
$$\Big(1+\frac{p}{1}\Big)\Big(1+\frac{p}{2}\Big) ... \Big(1+\frac{p}{n}\Big)$$
where $p \in [0,1]$. Even an approximation would suffice for me.
I have trouble in getting a closed form expression of $\binom{p+n}{n}$, otherwise written as
$$\Big(1+\frac{p}{1}\Big)\Big(1+\frac{p}{2}\Big) ... \Big(1+\frac{p}{n}\Big)$$
where $p \in [0,1]$. Even an approximation would suffice for me.
My two cents would be to multiply it out. The sum is approximately
$$1 + \frac{p(\frac{1}{1}+\frac{1}{2} ...+ \frac{1}{n})}{1!} + \frac{p^2(\frac{1}{1}+\frac{1}{2} ...+ \frac{1}{n})^2}{2!}+...\frac{p^n(\frac{1}{1}+\frac{1}{2} ...+ \frac{1}{n})^n}{n!}$$
which is approximately equal to $$e^{p(\frac{1}{1}+\frac{1}{2} ...+ \frac{1}{n})}$$ as $n$ becomes large. If we take the limit to infinity it's $e^{p(\log n +\gamma)}= (e^{\gamma} n)^p$.
Write it as $$\frac{(1+p)(2+p)\ldots(n+p)}{n!} = \frac{\Gamma(n+p+1)}{n! \;\Gamma(p+1)} $$