I'm attempting to show that, given a positive integer $m$ and a non-zero constant $\lambda,$ the sequence $n\mapsto\lambda^nn^k$ satisfies the recurrence relation $$\sum_{j=0}^m\binom{m}{j}(-\lambda)^{m-j}a_{n+j}=0$$ for any integer $0\le k<m.$ I have reduced the problem to showing that $$\sum_{j=0}^m\binom{m}{j}(-1)^{m-j}j^k=0$$ for such $k.$ To prove the $k=0$ case, one need only apply the binomial theorem to $(1-1)^m,$ but I'm stymied trying to prove it for other such $k.$
I checked several examples specifically to make sure I hadn't erred along the way, and it seems that it's true. I also determined (quite by accident) the apparent identity $$\sum_{j=0}^m\binom{m}{j}(-1)^{m-j}j^m=m!,$$ which I have no idea how to prove, either. This leads me to wonder how one could possibly go about determining a closed form for $f(k,m):=\sum_{j=0}^m\binom{m}{j}(-1)^{m-j}j^k.$
Any suggestions/hints (for finding a closed form, proving the identities, or proving the recurrence relation is satisfied) would be appreciated.
Recall that $[m]=\{1,2,\cdots ,m\}$ and $A^B=\{f:A\longrightarrow B:\text{ f function}\}$.>By inclusion exclusion:
$$\sum_{j=0}^m \binom{m}{j}(-1)^j(m-j)^m=m^m-\sum_{j=1}^m \binom{m}{j}(-1)^{j-1}(m-j)^m=|[m]^{[m]}\setminus \bigcup _{j=1}^m A_j\|,$$ such that $A_x=\{f\in [m]^{[m]}:x\not \in Im(f)\}$ so $|A_x|=(m-1)^m$ and if $x\neq y,$ $A_x\cap A_y=(m-2)^m$ and so on. But that set is nothing more than permutations because are functions from $[m]$ to $m$ that are surjective. And there are $m!$ of them.