I have to fid the explicit formula of the following recursion:
$$a_0 = 1, a_n = \sum_{i=0}^{n-1} (i+1)a_i.$$
The summation reminds me a lot of derivatives and I feel like I am going to have to take a derivative somewhere while solving this problem, but I can't exactly figure out how to solve it.
Any help would be greatly appreciated!
For all $n \in \mathbb{N}$ $$ a_{n+1}=\sum_{i=0}^{n}\left(i+1\right)a_i=\underbrace{\sum_{i=0}^{n-1}\left(i+1\right)a_i}_{=a_n}+\left(n+1\right)a_n=\left(n+2\right)a_n $$ Can you take it from there ?