Worpitzky's identity eulerian number - formula demonstration

290 Views Asked by At

Can someone tell me please how am I supposed to demonstrate the Worpitzky's identity :

$$ x^{n}=\sum_{k}\left\langle\begin{array}{l} n \\ k \end{array}\right\rangle\left(\begin{array}{c} x+k \\ n \end{array}\right) $$

1

There are 1 best solutions below

0
On BEST ANSWER

Exercise 6.14 in Concrete Mathematics suggests to use induction on $n$ and the following identity: $$x\binom{x+k}{n} = (k+1)\binom{x+k}{n+1} + (n-k)\binom{x+k+1}{n+1}$$