Can anyone solve this equation and give a general formula for $a_{n}$. The initial value is $a_{0} = 1$ and $n \geq 1$.
$$a_{n} + na_{n-1} = n!$$
2026-04-07 14:17:04.1775571424
solution of recursive equation $a_{n} + na_{n-1} = n!$
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Hint: Set $b_n:=\frac{a_n}{n!}$.