I want to derive explicit formula for given recursive relation below:
$$a_{n+1} = (n + 1)a_n + n!$$
for $n ≥ 0$ and $a_0 = 0$.
I had exploited $EGF$, resulting in:
$$g(x)\cdot(1-x) = x+{1\over 2}x^2+{1\over 3}x^3+ \cdot\cdot$$
Thus to derive the explicit formula of $a_n$, I am thinking about how I can manage the $RHS$ to be factorized by $1-x$ so that I can have $a_n$ for corresponding $x^n/n!$
Any advice to proceed further?
I yet haven't took the abstract algebra class where I seemingly guess I could have more chance to be familiar to polynomial series.
You can tackle it this way:
$f_n-(n-1)!=nf_{n-1}$
$f_{n-1}-(n-2)!=(n-1)f_{n-2}$
Wraping them togather ...
$f_n-(n-1)!-n(n-2)!=n(n-1)f_{n-2}$
Going same cadence ...
$f_n-(n-1)!-n(n-2)!-n(n-1)(n-3)!=n(n-1)(n-2)f_{n-3}$
You can figure the terminal result on your own from here.