The problem I am trying to do asks what $\sum{a_n}_{n=1}^{\infty}$ is if $a_{n}$ is defined as
$n(n-1)a_n = (n-1)(n-2)a_{n-1} - (n-3)a_{n-2}$ where $a_0 = a_1 = 1$
I plugged in the first few terms and found that $a_n = \frac{1}{n!}$ (which would make the sum $e$ based on the Maclaurin Series) but I'm not sure how to prove this fact from the recursive function given. Are there any general methods to use for these types of problems?