How would one prove this combinatorically?
Trying to think of some other example where this looks more intuitive. note that n! is also S(n+1,1), and there's also this recursive relationship S(n+1,k)=nS(n,k)+S(n,k-1), not sure if that really helps. Also note that sterling numbers of the first kind can be alternatively generated by this generating function.
