Fungrim home page

Fungrim entry: 4b65d0

Bn=k=1nknk!j=0nk(1)jj!B_{n} = \sum_{k=1}^{n} \frac{{k}^{n}}{k !} \sum_{j=0}^{n - k} \frac{{\left(-1\right)}^{j}}{j !}
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
B_{n} = \sum_{k=1}^{n} \frac{{k}^{n}}{k !} \sum_{j=0}^{n - k} \frac{{\left(-1\right)}^{j}}{j !}

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
BellNumberBnB_{n} Bell number
Sumnf(n)\sum_{n} f(n) Sum
Powab{a}^{b} Power
Factorialn!n ! Factorial
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("4b65d0"),
    Formula(Equal(BellNumber(n), Sum(Mul(Div(Pow(k, n), Factorial(k)), Sum(Div(Pow(-1, j), Factorial(j)), For(j, 0, Sub(n, k)))), For(k, 1, n)))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(1))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC