I am reading the exercises in the Combinatorics book written by Miklos Bona and trying to solve this exercise of 2.10.
Find an formula for $a_n = \sum_{i=0}^{n-1} (i+1)a_i$ , where $a_0 = 1$
I've already try to assume $A(x)$ (the possible summation of terms $a_n$) to be ordinary or exponential. For both, it will become:
$$A(x) - a_0 = \sum^\infty _{n=1}(\sum^{n-1}_{i=1}(i+1)a_i)x^n$$
The difficult I met is: it's hard to deal with the $(i+1)$, whether for ordinary or exponential power series.
For the ordianry, it may be a product of two series, but I can't find such (maybe I haven't try enough?). For the Exponential, it is also hard to remove $(i+1)$
I also try to compute the right hand side, as a product of two power series.(because it has two summation symbol) But I noticed that the right term doesn't start by $i=0$, even if I change use $j=i-1$ to replace $i$.
I also notice that every $a_n$ maybe the summation of the coefficient of a particular derivatived series, will this help? (such as find the formula of such series?)
If any info is needed to edit, please tell me. (this is my first time ask question on stack exchange)
Hint
Compute the first $a_n$ $(n>0)$ $$\{1,3,12,60,360,2520,20160,181440\}$$ and consider $b_n=\frac {a_n}{n!}$ to produce $$\left\{1,\frac{3}{2},2,\frac{5}{2},3,\frac{7}{2},4,\frac{9}{2},5, \frac{11}{2},6,\frac{13}{2}\right\}$$ which obviously gives $$b_n=\frac {n+1}2 \qquad \implies \qquad a_n=\frac {n+1}2 n!=\frac 12 (n+1)!$$