So I came up with the following recurrence relation for $m \geq 2$ and initial value $a_1 = 1$: $$a_m = m+(m+1)a_{m-1}$$
Putting this result into Wolfram Alpha yields the following closed form: $$a_m = \Gamma(m+2) - 1$$
I get how factorials/the gamma function might show up here, since for example, $a_5=5+6(4+5(3+4(2+(3*1))))$ which looks like a factorial would be involved. But I'm not sure how to go about solving it to get that explicit closed form.
Hint: $\;$ write it as $\,a_m+1=(m+1)(a_{m-1}+1)\,$ and telescope.