hi guys I have to prove this equality $$B_n=e^{-1}\sum_{k=0}^{\infty}\frac{k^n}{k!},$$ that is called bell equality only using induction on $n$ . How can i do this? I have tried by substituting the recursive formula $\sum\limits_{k=0}^{n} \binom{n}{k} B_{k}$ in the first one. But I am completely lost with indexes. I have already tried to search some informations on the internet but nothing using induction
2026-03-25 19:00:28.1774465228
prove for bell number using induction on n
228 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in BELL-NUMBERS
- Complicated recursion formula, seems similar to Bell numbers?
- How can I find $f(a,b,c)=e^{-c^a/a}\sum\limits_{n=0}^{\infty}\left(\frac{c^a}{a}\right)^{n}\frac{(an)^{b}}{n!}$?
- How many partitions are there of a 5 element set into 3 parts (of a specific form)?
- An $n$ element set can be written as a union of disjoint sets, in $B_n$ different ways. But what if the sets are not disjoint?
- Exponential generating function for the Bell numbers
- Number of cycle partition of a set with repeating elements
- Bell number modulo prime power
- Calculating large Bell number modulo a composite number
- Partitions of a set with n elements (proof)
- Computing consecutive $p$ Bell numbers modulo $p$ (a prime)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Using the Bell´s formula we have that $$B(n)=\sum\limits_{k=0}^nS(n,k).$$ This is the total number of ways to put $n$ balls in an arbitrary number of boxes (no empty boxes remaining). To count them we look at the number of balls (at this parameter we will call it $a$, and it can be from $0$ to $(n - 1)$) that accompany any ball (for example ball number $1$) on your box. To do this:
$$\boxed{B(n)}=\sum\limits_{a=0}^{n-1}{\dbinom{n-1}{a}}\sum\limits_{k=1}^{n-1-a}{S(n-1-a)}=\boxed{\sum\limits_{a=0}^{n-1}{\dbinom{n-1}{a}B(n-1-a)}}$$
Now, if we define the $DOB$ function this way: $$DOB(n)=\sum\limits_{k=1}^{\infty}\dfrac{k^n}{n!},$$ we can see that
\begin{align*} DOB(0)&=1+\dfrac{1}{1!}+\dfrac{1}{2!}+\dfrac{1}{3!}+\dfrac{1}{4!}+\cdots\\ DOB(1)&=\phantom{OO}\dfrac{1}{1!}+\dfrac{2}{2!}+\dfrac{3}{3!}+\dfrac{4}{4!}+\cdots\\ DOB(2)&=\phantom{OO}\dfrac{1^2}{1!}+\dfrac{2^2}{2!}+\dfrac{3^2}{3!}+\dfrac{4^2}{4!}+\cdots\\ DOB(3)&=\phantom{OO}\dfrac{1^3}{1!}+\dfrac{2^3}{2!}+\dfrac{3^3}{3!}+\dfrac{4^3}{4!}+\cdots \end{align*}
By combining these numbers we get that
\begin{gather*} \color{red}{1}DOB(0)+\color{red}{2}DOB(1)+\color{red}{1}DOB(2)=1+\dfrac{4}{1!}+\dfrac{9}{2!}+\dfrac{27}{3!}\cdots=\dfrac{1^3}{1!}+\dfrac{2^3}{2!}+\dfrac{3^3}{3!}+\dfrac{4^3}{4!}+\cdots=DOB(3)\\ \color{red}{1}DOB(0)+\color{red}{3}DOB(1)+\color{red}{3}DOB(2)+\color{red}{1}DOB(3)=1+\dfrac{8}{1!}+\dfrac{27}{2!}+\dfrac{64}{3!}\cdots=\dfrac{1^4}{1!}+\dfrac{2^4}{2!}+\dfrac{3^4}{3!}+\dfrac{4^4}{4!}+\cdots=DOB(4) \end{gather*}
What Dobinsky wanted to prove is that both sequences fulfill the same recurrence, and that have the following property:
$$DOB(n)=\sum\limits_{j=0}^{n-1}{\dbinom{n-1}{j}DOB}(j)$$
To prove this just use the binomial Theorem:
\begin{align*} \boxed{\sum\limits_{j=0}^{n-1}{\dbinom{n-1}{j}DOB(j)}}=&\ e+\sum\limits_{j=1}^{n-1}{\dbinom{n-1}{j}DOB(j)}=e+\sum\limits_{j=1}^{n-1}{\dbinom{n-1}{j}\sum\limits_{k=1}^{\infty}{\dfrac{k^n}{n!}}}\\ =&\ e+\sum\limits_{k=1}^{\infty}{\dfrac{1}{k!}}\underbrace{\sum\limits_{j=1}^{n-1}{\dbinom{n-1}{j}k^j}}_{=(k+1)^{n-1}-1}=\ e-\underbrace{\sum\limits_{k=1}^{\infty}{\dfrac{1}{k!}}}_{=e-1}+\sum\limits_{k=1}^{\infty}{\dfrac{(k+1)^{n-1}}{k}}\\ =&1+\sum\limits_{k=1}^{\infty}{\dfrac{(k+1)^{n-1}}{k!}=1+\sum\limits_{k=1}^{\infty}{\dfrac{(k+1)^n}{(k+1)!}}=\sum\limits_{k=1}^{\infty}{\dfrac{j^n}{j!}}}=\boxed{DOB(j)} \end{align*}
This tells us that: \begin{equation}\label{Formula_Dobinsky} eB(n)=DOB(n) \rightarrow \boxed{B(n)=\dfrac{1}{e}\sum\limits_{k=1}^{\infty}{\dfrac{k^n}{k!}}}\quad \text{for each }n=1,2,3\ldots \end{equation}
This formula is way more friendly and computerwise more stable. To see that just check that
\begin{equation*} B(10)=115975;\qquad\dfrac{1}{e}\sum\limits_{k=1}^{15}{\dfrac{k^{10}}{k!}}=115974.978 \end{equation*}