Assumptions:
TeX:
\left(z\right)_{k} = \frac{\Gamma\!\left(z + k\right)}{\Gamma(z)} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; z + k \notin \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
RisingFactorial | Rising factorial | |
Gamma | Gamma function | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("c733f7"), Formula(Equal(RisingFactorial(z, k), Div(Gamma(Add(z, k)), Gamma(z)))), Variables(z, k), Assumptions(And(Element(z, CC), Element(k, ZZGreaterEqual(0)), NotElement(Add(z, k), ZZLessEqual(0)))))