Currently having slight difficulty figuring out how to solve this.
Given is;
$$\begin{align}f(0) &= -3\\ f(1)&= 2 \\ f(n) &= f( n - 2 ) + 2 f( n - 1)\end{align}$$
Now, I need to calculate $f(5)$.
I'm not sure how to handle a function like this. Fill the N's and dissasemble?