Assumptions:
TeX:
n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
StirlingCycle | Unsigned Stirling number of the first kind | |
Pow | Power | |
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("7774a3"), LessEqual(StirlingCycle(n, k), Div(Mul(Pow(2, n), Factorial(n)), Factorial(k))), Variables(n, k), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(k, ZZGreaterEqual(0)))))