I need to proof the following formula for Stirling Numbers of the Second Kind:
$\sum\limits_{n \geq 0} S(n,k) x^n = \frac{x^k}{(1-x)(1-2x)\cdots(1-kx)}$
It is used widely around formularies but I neither have found any proof nor was I able to figure it out on my own.
Could you please help me finding a solution?
Thank you in advance!
This is set out in the initial part of section 1.6 of Geneatingfunctionology with the result in equation 1.6.5.
In essense, you start with the recurrence
$$S(n,k) = S(n-1,k-1) + kS(n-1,k)$$
with $S(0,0)=1$. Of the natural generation functions which might express this, the simplest which deals with the factor of $k$ is likely to be of the form
$$B_k(x) = \sum_n S(n,k) x^n$$
which with the recurrence leads to
$$B_k(x) = xB_{k-1}(x) + kxB_k(x) = \frac{x}{1-kx} B_{k-1}(x)$$
for $k \ge 1$; $B_0(x)=1$. That in turn leads to the desired formula by multiplying successive terms.