Euler beta function (SymPy, WMA)
Beta
The Beta function satisfies the property:$\mathrm{B} = \int_0^t t^{(x-1)(1-t)^(y-1)} = \Gamma(a) \Gamma(b) / \Gamma(a + b)$
Beta[2, 3]
12* Beta[1., 2, 3]