$\sum_{k=0}^{n} {n \choose k} (n-k)^{n+1}(-1)^{k} = \frac {n(n+1)!} {2}$
So the left-hand side looks so much like inclusion-exclusion principle. The sign changes between - and + depending on whether k is even or odd (due to $(-1)^{k}$) It's like we are subtracting singles but then recounting doubles but then triples are over-counted so we subtract them etc. But the right-hand side is confusing to me. How does the right hand side have anything to do with the left-hand side? What question could I ask for the right-hand side for it to calculate the same thing as the left-hand side? I realize I could think of it as ${n \choose 1} \frac {(n+1)!} {2!}$ as well, but it hasn't helped me much.
Any help would be appreciated. Thank you very much!
Consider sequences of length $n+1$ using letters from an alphabet of size $n$. Both sides count the number of such sequences in which one letter appears twice, and all other letters appear exactly once.
Right-hand side:
Left-hand side: note that any sequence of length $n+1$ that does not satisfy the above property must not contain all $n$ letters of the alphabet.