Assumptions:
TeX:
B_{n} = \frac{1}{e} \sum_{k=0}^{\infty} \frac{{k}^{n}}{k !}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BellNumber | Bell number | |
| ConstE | The constant e (2.718...) | |
| Sum | Sum | |
| Pow | Power | |
| Factorial | Factorial | |
| Infinity | Positive infinity | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("050c46"),
Formula(Equal(BellNumber(n), Mul(Div(1, ConstE), Sum(Div(Pow(k, n), Factorial(k)), For(k, 0, Infinity))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))