It is immediate that
\(A(n,0)=1=A(n,n-1)\) for
\(n\geq 1\) because the only permutation with
\(0\) descents is the identity and the only permutation with
\(n-1\) descents is the reverse of the identity, i.e., the identity permutation written backwards.
To see that the recurrence holds, we consider what happens when we start with a permutation
\(\pi\in \ss_n\) with
\(k\) descents and remove
\(n\) from the permutation. If
\(\pi_i=n\text{,}\) then one of three situations can occur. The first possibility is that
\(\pi_{i-1}\gt \pi_{i+1}\text{,}\) in which case removing
\(n\) results in a permutation
\(\pi'\in \ss_{n-1}\) with
\(k\) descents. The second possibility is that
\(\pi_{i-1}\lt \pi_{i+1}\text{,}\) in which case removing
\(n\) results in a permutation
\(\pi'\in \ss_{n-1}\) with
\(k-1\) descents. The third possibility is that
\(n\) occurs at either the beginning or end of the word, in which case removing
\(n\) either decreases the number of descents by one or leaves it the same, respectively.
The proof proceeds by reversing this observation. For each permutation in
\(\ss_{n-1}\) with
\(k\) descents, inserting
\(n\) in the "middle" of a descent or at the end of the permutation creates a permutation in
\(\ss_n\) with
\(k\) descents, and there are
\(k+1\) ways to insert
\(n\) into such a permutation. For each permutation in
\(\ss_{n-1}\) with
\(k-1\) descents, inserting
\(n\) either at the beginning of the word or in the middle of an ascending pair adds a new descent, creating a permutation in
\(\ss_n\) with
\(k\) descents. The recurrence follows.