Assumptions:
References:
- https://arxiv.org/abs/0708.3301
TeX:
B_{n} = \frac{2 n !}{\pi e} \operatorname{Im}\!\left(\int_{0}^{\pi} {e}^{{e}^{{e}^{i x}}} \sin\!\left(n x\right) \, dx\right) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BellNumber | Bell number | |
Factorial | Factorial | |
Pi | The constant pi (3.14...) | |
ConstE | The constant e (2.718...) | |
Im | Imaginary part | |
Integral | Integral | |
Pow | Power | |
ConstI | Imaginary unit | |
Sin | Sine | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("f4e249"), Formula(Equal(BellNumber(n), Mul(Div(Mul(2, Factorial(n)), Mul(Pi, ConstE)), Im(Integral(Mul(Pow(ConstE, Pow(ConstE, Pow(ConstE, Mul(ConstI, x)))), Sin(Mul(n, x))), For(x, 0, Pi)))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))), References("https://arxiv.org/abs/0708.3301"))