Eulerian numbers are coefficients of Eulerian polynomial

Tags: #theorem

Statement

Let An be the Eulerian polynomial and A(n,k) be the Eulerian numbers. Then,

An(x)=k=0n1A(n,k)xk

Proof

Denote A~(n,k) the coefficient of xk in An(x). Then, we want to show that A~(n,k)=A(n,k).

Recall the recurrence relation for An:

An+1(x)=(1+nx)An(x)+x(1x)An(x)

Looking at the kth coefficient,

A~(n+1,k)=A~(n,k)+nA~(n,k1)+kA~(n,k)(k1)A~(n,k1)=(nk+1)A~(n,k1)+(k+1)A~(n,k)

(note also that this explains the recurrence in the Eulerian triangle).

Now let us show that A(n,k) satisfies the same recurrence relation as A~(n,k). We note that we can create a permutation of Sn+1 by adding the number n+1 somewhere inside of a permutation of Sn. Where we do this affects the descent number as follows:

Thus, we obtain the recurrence relation

A(n+1,k)=(nk+1)A(n,k1)+(k+1)A(n,k)

And by induction, we can conclude that the two sequences are equal.