Question:
Let $S_k^n$ denote the Stirling number of the second kind and let n and k be positive integers. Prove that:
$\sum_{k=0}^n(-1)^k k!S_k^n = (-1)^n $
Can you give a combinatorial interpretation?
induction:
so i was thinking that $k!S_k^n$ is the number of functions $A\rightarrow B$ where $|A|=n$ and $|B|=k$ so this statement could have a combinatorial interpretation but we can't count something $-1$ so it doesn't make sense, is this statement even true?
Using the species
$$\mathfrak{P}(\mathcal{U}\mathfrak{P}_{\ge 1}(\mathcal{Z}))$$
for labeled set partitions we have the generating function
$$G(z, u) = \exp(u(\exp(z)-1))$$
so that
$${n\brace k} = n! [z^n] \frac{(\exp(z)-1)^k}{k!}.$$
We get for the sum
$$\sum_{k=0}^n (-1)^k \times k! \times {n\brace k} = n! [z^n] \sum_{k=0}^n (-1)^k \times (\exp(z)-1)^k \\ = n! [z^n] \sum_{k=0}^n (1-\exp(z))^k = n! [z^n] \frac{1-(1-\exp(z))^{n+1}}{1-(1-\exp(z))} \\ = n! [z^n] \exp(-z) (1-(1-\exp(z))^{n+1}) \\ = (-1)^n - n! [z^n] \exp(-z) (1-\exp(z)) (1-\exp(z))^n \\ = (-1)^n - n! [z^n] (\exp(-z)-1) (1-\exp(z))^n = (-1)^n.$$
The last equality is because
$$1-\exp(z) = - z - \frac{1}{2} z^2 - \frac{1}{6} z^3 - \cdots$$
and
$$\exp(-z)-1 = -z + \frac{1}{2} z^2 - \frac{1}{6} z^3 + \cdots$$
and we are extracting the coefficient on $[z^n]$ from a formal power series that starts at $z^{n+1}.$