How the two following formulas can be proved (algebraically preferred)? $$\sum_{n=k}^{∞}S\left(n,k\right)\ \frac{x^{n}}{n!}=\frac{1}{k!}\left(e^{x}-1\right)^{k}$$ $$x^{n}=\sum_{m=0}^{n}S\left(n,m\right)\left(x\right)_{m}$$ where $S\left(n,m\right)$ is the Stirling number of the second kind and $\left(x\right)_{m}$ is falling factorial. any Hint or full proof is highly appreciated (since I'm new to this numbers and their relations so a full proof is better).
2026-03-26 22:54:19.1774565659
about formulas and identies for Stirling numbers of the second kind
229 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in STIRLING-NUMBERS
- About the corvergence of series involving Stirling numbers of first kind and number theoretic functions
- Algebraic derivation of the recurrence for Stirling numbers of the second kind
- A sum involving Stirling numbers of the second kind.
- Number of entries are not divisible by x in the n th row of triangle
- odd property of Eulerian numbers
- Statistics: Using Stirling's Approximation with $3 N$
- General form of the coefficients of the polynomial $p(z)=\binom{q+z}{n}+\binom{q-z}{n}$
- Combinatorial proof for a Stirling identity
- 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!}$?
- Asymptotic formula for the integral sequence s(n)
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?
If you are familiar with combinatorial classes the first equation represents a set of $k$ elements, each of these themselves a set of labeled elements, with a non-zero number of elements (here we are distributing $n$ distinguishable balls into $k$ indistinguishable boxes with no box being empty):
$$\def\textsc#1{\dosc#1\csod} \def\dosc#1#2\csod{{\rm #1{\small #2}}} \textsc{SET}_{=k} (\textsc{SET}_{\ge 1}(\mathcal{Z})).$$
The exponential generating function for $\textsc{SET}_{=k}(\mathcal{Z})$ is $$\frac{z^k}{k!}.$$ This yields for set partitions into $k$ sets
$$\frac{1}{k!} \left(\sum_{q=1}^\infty \frac{z^q}{q!}\right)^k = \frac{1}{k!} (\exp(z)-1)^k.$$
This is because in a combinatorial class constructed by distributing a repertoire of source objects into a row of $k$ slots with a group $G$ permuting the slots and creating equivalence classes, the EGF of the class is given by
$$\frac{S(z)^k}{|G|}.$$
where $S(z)$ is the EGF of the source objects. For sets $G$ is the symmetric group and $|G|=k!.$ These combinatorial classes may be nested. Another example are cycles with $|G|=k$ where we get the generating function
$$\sum_{q\ge 1} \frac{z^q}{q} = \log\frac{1}{1-z}$$
for the class of cycles. Of course permutations are sets of cycles and we have
$$n! [z^n] \exp \log\frac{1}{1-z} = n! [z^n] \frac{1}{1-z} = n!.$$
For the second equation we have the following claim where $x$ is a positive integer:
$$x^n = \sum_{m=0}^n {n\brace m} x^{\underline m} = \sum_{m=1}^n {x\choose m} m! {n\brace m}.$$
Suppose we throw $n$ different balls into $x$ different boxes, there are $x^n$ ways of doing this. On the other hand we may classify every distribution of balls obtained in this way by the number $m$ of boxes that were not empty. To get this kind of distribution we choose the $m$ boxes in ${x\choose m}$ ways and partition the $n$ balls into $m$ sets in ${n\brace m}$ ways. These $m$ sets can be matched to the chosen $m$ boxes in $m!$ ways and every such configuration constitutes a distribution of the balls, and we have equality.
Given that LHS and RHS may be viewed as polynomials in $x$ and they are equal at all positive integer values, they are the same polyonmial.