Assumptions:
TeX:
\mathrm{B}\!\left(-n, b\right) = \begin{cases} \frac{{\left(-1\right)}^{b}}{b {n \choose b}}, & b \in \{1, 2, \ldots, n\}\\{\tilde \infty}, & \text{otherwise}\\ \end{cases}
n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BetaFunction | Beta function | |
| Pow | Power | |
| Binomial | Binomial coefficient | |
| Range | Integers between given endpoints | |
| UnsignedInfinity | Unsigned infinity | |
| ZZGreaterEqual | Integers greater than or equal to n | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("a7dbf6"),
Formula(Equal(BetaFunction(Neg(n), b), Cases(Tuple(Div(Pow(-1, b), Mul(b, Binomial(n, b))), Element(b, Range(1, n))), Tuple(UnsignedInfinity, Otherwise)))),
Variables(n, b),
Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(b, CC))))