Background:
Let $n>2$ and $ n \in N$.
$$\sum_{k = 0}^n (-1)^k \binom nk (x-k)(y-k)(z-k)= 0$$ (not verbatim)
I was solving the above textbook problem. As a part of my solution, I came across the below sums , which I evaluated successfully , used them back in my solution and my final answer also matched with the answer key :
$$\sum_{k=0}^n (-1)^k \binom nk = 0$$ $$\sum_{k=0}^n (-1)^k k \binom nk = 0 $$ $$\sum_{k=0}^n (-1)^k k^2\binom nk = 0$$ $$\sum_{k=0}^n (-1)^k k^3\binom nk = 0$$
Even though I successfully solved the textbook problem, but I noticed a pattern in this part of my solution. The above sums are all zero and of the form :
$$S(a) = \sum_{k=0} ^ n(-1)^k k^a \binom nk$$
Question:
As said, $S(0), S(1) , S(2)$ and $S(3)$ are all zero. I want to know if $S(a)$ is always zero $\forall a \in N$ ? If No, then are there any special pattern of natural numbers for which the sum is zero ?
Thanks !