Define the sequence $\{a_{n}\}$ by $a_{n} = n a_{n-1} + (n+1)!$ for $n \geq 1$ and setting $a_{0} = 1$. Solve this recursion completely.
I can solve this rather easily by an induction argument, where I found $a_{n} = \frac{(n+1)!}{2}$. I was not, however, able to solve this using generating functions.
This is a problem from a past exam for one of my classes, and the professor is not fond of induction proofs - so I am thinking that another approach should be possible. If the method of generating functions is not practical, would there be a way to straightforward particular solution one can guess for the inhomogeneous relation?
Hint: Change $a_n=n!b_n$. You get $b_n=b_{n-1}+n+1$.