Assumptions:
TeX:
B_{n} = \sum_{k=0}^{n} \left\{{n \atop k}\right\}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BellNumber | Bell number | |
| Sum | Sum | |
| StirlingS2 | Stirling number of the second kind | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("948167"),
Formula(Equal(BellNumber(n), Sum(StirlingS2(n, k), For(k, 0, n)))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))