Assumptions:
TeX:
\sum_{n=0}^{\infty} \frac{B_{n}}{n !} {x}^{n} = \exp\!\left({e}^{x} - 1\right)
x \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sum | Sum | |
| BellNumber | Bell number | |
| Factorial | Factorial | |
| Pow | Power | |
| Infinity | Positive infinity | |
| Exp | Exponential function | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("aab4e3"),
Formula(Equal(Sum(Mul(Div(BellNumber(n), Factorial(n)), Pow(x, n)), For(n, 0, Infinity)), Exp(Sub(Exp(x), 1)))),
Variables(x),
Assumptions(Element(x, CC)))