$$[-1, 1, 7, 17, 23, 1, -89, -271, -457, -287, 967, 4049]$$
are the first couple of terms in the recurrence $h(n) = 3h(n-1) - 4h(n-2)$, where $h(1) = -1$ and $h(2) = 1$. It seems that the recurrence's terms are positive infinitely often. How can I prove this?
I have tried to suppose that the recurrence's terms are always negative after a point $n-1$, in which case it must be true that
$h(j) < 0 \iff |3h(j-1)| > |4h(j-2)| \iff |h(j-1)| > \frac{4}{3}|h(j-2)|$ for all $j \geq n$