I was reading "The Introduction to Combinatorial Analysis" by John Riordan. Let $c(n,k)$ denote the signless Stirling number of the first kind.
He asks, how many permutations there are with $k$ cycles, regardless of lengths, and then gives (link to Google books) the computation: $$ \begin{align*} \exp uc(t) &=\exp t(u+u^2/2+u^3/3+\cdots)\\ &=\exp t\log(1-u)^{-1}\\ &=(1-u)^{-t}\\ &= 1+\sum_1^\infty t(t+1)\cdots(t+n-1)\frac{u^n}{n!} \end{align*} $$ And so $c_n(t)=t(t+1)\cdots(t+n-1)$ is the generating function of the signless Stirling numbers. I understand all the equalities, but I don't get how he arrives at the result. Why does he start out by looking at $\exp uc(t)$? What's the $u$ for? Can someone please break it down? Thanks.