Assumptions:
TeX:
B_{n + 1} = \sum_{k=0}^{n} {n \choose k} B_{k} n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BellNumber | Bell number | |
Sum | Sum | |
Binomial | Binomial coefficient | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("1026e3"), Formula(Equal(BellNumber(Add(n, 1)), Sum(Mul(Binomial(n, k), BellNumber(k)), For(k, 0, n)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))