I have the expression
$$\displaystyle\frac{\beta(x + a, y + b)}{\beta(a, b)}$$
where $\beta(a_1,a_2) = \displaystyle\frac{\Gamma(a_1)\Gamma(a_2)}{\Gamma(a_1+a_2)}$.
I have a feeling this should have a closed-form which is intuitive and makes less heavy use of the Beta function. Can someone describe to me whether this is true?
Here, $x$ and $y$ are integers larger than $0.$
$$ \beta(1+a,b) = \frac{\Gamma(1+a)\Gamma(b)}{\Gamma(1+a+b)} = \frac{a\Gamma(a)\Gamma(b)}{(a+b)\Gamma(a+b)} = \frac{a}{a+b} \frac{\Gamma(a)\Gamma(b)}{\Gamma(a+b)} = \frac{a}{a+b} \beta(a,b). $$ If you have, for example $\beta(5+a,8+b)$, just repeat this five times for the first argument and eight for the second: $$ \frac{(4+a)(3+a)(2+a)(1+a)\cdot(7+b)(6+b)\cdots (1+b)b}{(12+a+b)(11+a+b)\cdots (1+a+b)(a+b)}\beta(a,b). $$