Assumptions:
TeX:
\left(n\right)_{k} = \frac{\left(n + k - 1\right)!}{\left(n - 1\right)!}
n \in \mathbb{Z}_{\ge 1} \,\mathbin{\operatorname{and}}\, k \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| RisingFactorial | Rising factorial | |
| Factorial | Factorial | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("30652c"),
Formula(Equal(RisingFactorial(n, k), Div(Factorial(Sub(Add(n, k), 1)), Factorial(Sub(n, 1))))),
Variables(n, k),
Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(k, ZZGreaterEqual(0)))))