I found the closed form of a linear recurrence problem but I'm having trouble finding the constant values of the closed form:
$$\begin{align*} f(n)&= C_1(-1)^n + nC_2(-1)^n + C_32^n\\ f(0)&=0\\ f(1)&=1\\ f(2)&=7\;. \end{align*}$$
I don't know what to do :(