For $n,k\in N_0$, let $L(n,k)$ be the number of ways a set of $n$ elements can be partitioned into $k$ nonempty linearly ordered subsets. I want to prove that for $n,k\in N_0$,
$L(n,k)=\sum_{i=0}^nc(n,i)S(i,k)$,
where $c(n,k)$ and $S(n,k)$ are the unsigned Stirling numbers of the first and second kind respectively.
I know how the Stirling numbers are defined and what they count but I've never seen them appear together in an identity like this. I have proved recurrence relations for them individually but not as a product. I'm not sure how to proceed.
Instead of thinking of $L(n,k)$ as the number of ways to partition $\{1,\dots,n\}$ into $k$ nonempty sets, and then linearly order each set, think of $L(n,k)$ as the number of ways to partition $\{1,\dots,n\}$ into $k$ nonempty sets, and then choose a permutation for each set. These are obviously the same thing, but it is helpful to think of the things as permutations, since permutations are just collections of cycles, which helps to explain the $c(n,i)$ part.
So, in the summation $\sum_{i=0}^n c(n,i)S(i,k)$, the $c(n,i)$factor gives the number of ways to partition $\{1,\dots,n\}$ into $i$ parts, and then put a cyclic ordering on each part. We now have $i$ things (cycles), and a factor of $S(i,k)$, which suggests that we are then partitioning these $i$ cycles into $k$ parts. When you have done these two things, we know have partitioned $\{1,\dots,n\}$ into $k$ parts, where each part is a disjoint union of several cycles, each made of numbers from $\{1,\dots,n\}$. This means that each part is a permutation on a nonempty subset of $\{1,\dots,n\}$ (because a permutation is just a collection of disjoint cycles), which is exactly what is desired.