Let $f(n)$ satisfy the recurrence $f(n) + f(n-1) = nf(n-1) + (n-1)f(n-2)$ with $f(0) = 1$, $f(1) = 0$. Find a closed form for $f(n)$.