Here is a differential equations solution:
$f(x)=14f(x-1)-33f(x-2)$
With a bit of work we can find,
$f(x)=c_{1}(7-\sqrt82)^x+c_{2}(7+\sqrt82)^x$.
We just need to find the constants $c_{1}$ and $c_{2}$. Luckily, you've provided us with initial conditions I can use to find $c_1$ and $c_2$.
$a_0=-24$
$a_1-200$
Or,
$f(0)=-24$
$f(1)=-200$
To solve this equation we must solve,
$c_{1}+c_{2}=-24$
And,
$-200=(7-\sqrt82)c_{1}+(7+\sqrt82)c_{2}$
These equations as tedious to solve so I plugged them into my scientific calculator and apparently:
$c_{1}=-2(3\sqrt82-4)\sqrt\frac{2}{\sqrt41}$
And,
$c_{2}=-12-8\sqrt\frac{2}{\sqrt41}$
If you plug the constants into the sequence you'll get your answer. By the way, $f(x)=a_{n}$.