Let $$S_r(n)=\sum_{m=0}^n(-1)^m m^r\binom{n}{m}$$ Evaluate $S_n(n)$
For this question, the first part I did is to prove that for integer r, $0<r<n$, $S_r(n)=0$
I did this by induction, given the binomial coefficient $$(1+z)^n=\sum_{m=0}^nz^m \binom{n}{m}$$ and differentiate it $r$ times. The result can be obtained for $S_1(n)=S_2(n)=\dots=S_k(n)=0 \implies S_{k+1}=0, $ given $0<k<n$
I want to show that $S_{n}(n)$ is a linear combination of all $S_k(n)$ for $0<k<n$, but is seems not the case.
How should I proceed?