Use the PIE to prove,
$n!{{n-1}\choose {k-1}} = \sum_{i=1}^k (-1)^{k-i} {k \choose i} \bar i^{n}, \ 1 \le k \le n$
Where, $\bar i^{n}= i(i+1)...(i+n-1)$
Edit
Actually,I can solve it now. And it's a cool question. So leaving it for my fellow friends out there.
You’re right: it is a cute question. I’ll use the notation $i^{\overline n}$ for the rising factorial, however. First we note that
$$\begin{align*} \sum_{i=1}^k(-1)^{k-i}\binom{k}ii^{\overline n}&=\sum_{i=1}^k(-1)^{k-i}\binom{k}i\frac{(n+i-1)!}{(i-1)!}\\\\ &=n!\sum_{i=1}^k(-1)^{k-i}\binom{k}i\binom{n+i-1}{i-1}\;, \end{align*}$$
so the identity reduces to
$$\binom{n-1}{k-1}=\sum_{i=1}^k(-1)^{k-i}\binom{k}i\binom{n+i-1}{i-1}\;.\tag{1}$$
The lefthand side of $(1)$ is the number of ways of distributing $n$ indistinguishable objects amongst $k$ distinguishable boxes so that no box is empty. The binomial coefficient $\binom{n+i-1}{i-1}$ is the number of ways of distributing $n$ indistinguishable objects amongst $i$ distinguishable boxes, where the boxes are allowed to be empty. Thus,
$$\binom{k}i\binom{n+i-1}{i-1}$$
is the number of ways of distributing $n$ indistinguishable objects amongst $k$ distinguishable boxes so that at least $k-i$ boxes are empty, and $(1)$ follows immediately by the inclusion-exclusion principle.