Consider the following linear recurrence relation: $x_1=1, x_2= a, x_{n+2}=ax_{n+1}-x_n$.
The only solution for this is
$$x_n=\frac{1}{\sqrt{a^2-4}}\left(\frac{a+\sqrt{a^2-4}}{2}\right)^n+\frac{1}{\sqrt{a^2-4}}\left(\frac{a-\sqrt{a^2-4}}{2}\right)^n$$
Question: If there any $a\in\mathbb{C}$ for which $\lim_{n\to\infty}x_n=0$?
According to Wikipedia, "a linear recurrence is stable, meaning that the iterates converge asymptotically to a fixed value, if and only if the eigenvalues (i.e., the roots of the characteristic equation), whether real or complex, are all less than unity in absolute value."
For this particular recurrence relation, the eigenvalues are $r_1=\frac{a+\sqrt{a^2-4}}{2}$ and $r_2=\frac{a-\sqrt{a^2-4}}{2}$ with $a^2\neq 4$.
It is impossible to have $|r_1|<1$ and $|r_2|<1$ simultaneously because that would imply that $1=|r_1r_2|<1$. But I am not sure whether this implies that $\lim_{n\to\infty}x_n\neq0$ for all $a\in\mathbb{C}$, because Wikipedia does not provide any citation of the result quoted above.
Comment: If you know that this proof is in a book, paper, notes, etc, and you do not want to spend the time typing it you can just cite it and once I check it I will consider it as an answer.