Solve the recurrence relation $$n(n-1)a_n - (n-2)^2a_{n-2}= 0,$$ where $a_0=0$, $a_1=1$.
I think I might need to use generating functions, but I'm still not sure how to get started with this problem. Typing this into software came back as no solution for some reason.
As José said for $n$ even $a_n=0$. Now for $n$ odd it is easy to show (say with inudction) that $$a_n = {1\cdot 3^2\cdot 5^2\cdot...\cdot (n-2)^2\over n!}$$ or $$a_n = {((n-2)!!)^2\over n!}$$
You may find this formula by calculating the values of $a_n$ for small $n$ and then prove it (as I said by induction).