I am working on showing an integral is zero, and I have simplified to the following for $m<n$. $\sum_{k=0}^n \binom{n}{k}\frac{(-1)^k}{k!}(k+m)!$.
From the few test cases I have done, the sum above always seems to be zero. How can I show it is zero for $m<n$? What will it be when $m=n$?
Hint:
$$\sum_{k=0}^n\binom{n}{k}\frac{(-1)^k(k+m)!}{k!}=m!\sum_{k=0}^n\binom{n}{k}\binom{k+m}{m}(-1)^k$$ $$=m![x^m]\sum_{k=0}^n\binom{n}{k}(1+x)^{k+m}(-1)^k$$
Where $[.]$ denotes the Coefficient operator. Can you proceed hereon?