Assumptions:
TeX:
\mathop{\operatorname{res}}\limits_{z=a} \mathrm{B}\!\left(z, b\right) = \begin{cases} {n - b \choose n}, & n \in \mathbb{Z}_{\ge 0}\\0, & \text{otherwise}\\ \end{cases}\; \text{ where } n = -a a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \setminus \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Residue | Complex residue | |
BetaFunction | Beta function | |
Binomial | Binomial coefficient | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("1f72e9"), Formula(Equal(Residue(BetaFunction(z, b), For(z, a)), Where(Cases(Tuple(Binomial(Sub(n, b), n), Element(n, ZZGreaterEqual(0))), Tuple(0, Otherwise)), Equal(n, Neg(a))))), Variables(a, b), Assumptions(And(Element(a, CC), Element(b, SetMinus(CC, ZZLessEqual(0))))))