Solve the recurrence $$ T_{n + 1} = T_{n} + nT_{n - 1}\,, \quad\mbox{for}\quad n \geq 1\quad \mbox{with initial conditions}\ T_{0} = T_{1} = 1 $$ by finding the exponential generating function and extracting the coefficient of $x^{n}/n!$.
So far I was able to reduce it the differential equation: $T'\left(x\right) = T\left(x\right)\left(x + 1\right)$. That has a solution $T\left(x\right) = ce^{t\left(t + 2\right)/2}$. How do I extract the coefficient of $x^{n}/n!$ ?. Thanks.
Well, do you know the power series for the exponential function? Substitute $(1/2)t (t+2)$ for the variable.