Let $a_n = \prod_{i=0}^{n-1} (r+i)$, with $0<r<1$. I want to find the infinite series $$ \sum_{n=0}^{\infty} n\,\frac{a_n}{n!}. $$
I tried to look at the bounds $ r^n < a_n < (r+n-1)^n$, but the upper bound is not a good one, because $\sum_{0}^{\infty} n\,\frac{(r+n-1)^n}{n!}$ diverges. The ratio test also doesn't work because $$\lim_{n\rightarrow \infty} \frac{a_{n+1}/(n+1)!}{a_n/n!}=1.$$ Is the above series convergent? If so, what is the value of that?
The product can be written as, $$ \displaystyle \prod_{i=0}^{n-1}(r+i)=r(n-1)!\binom{r+n-1}{n-1} $$ Therefore the sum is, $$ \displaystyle S = r\sum_{n=0}^\infty \binom{r+n}{n}$$ The partial sum gives us, $$ \displaystyle S_k =r\sum_{n=0}^k \binom{r+n}{n} = r\binom{k+r+1}{k} $$ So it seems it would diverge very quickly.