Let the sequence $a_n$ be defined as such: $$\begin{cases}a_0=1\\ a_1=x\\a_n=xa_{n-1}-a_{n-2},\ n \in \mathbb{N}\setminus\{1,2\} \end{cases}$$ I am looking for the $x$ for which the sequence is always positive.
For $x\ge 2$, the sequence is always positive, since it is the sequence of natural numbers for $x=2$.Then, a sequence for $x>2$ is always greater or equal to the sequence for which $x=2$. I tried finding the limit $\lim_{n \rightarrow \infty}\frac{a_{n+1}}{a_n}$, and since $x>1$ ($a_2=x^2-1$), this limit only exists for $x\ge 2$, as $L=\frac{x\pm \sqrt(x^2-4)}{2}$, so for $2>x>1$ the sequence can't converge. (Since this limit is always 1 for positive sequences that converge.)
Also, if for $2>x>1$ $\ \ \ a_n\le a_{n-1}\Leftrightarrow a_{n+1}\le(x-1)a_{n-1}\Rightarrow a_{n+1}<a_{n-1}$ for positive $a_n$. Meaning that the sequence has to be stricly increasing or at some point it will be negative, because it can't converge since the limit above (of the ratio of $a_{n+1}$ and $a_n$) doesn't exist. But now I'm stuck. How can I show that for all $1<x<2$ the sequence isn't strictly increasing? Or can you find some value for which it is? (I tested experimentally and it seems that for all values under 2 the sequence decreases at some point, but one can never be sure.)
P.S. I found a way to write the general expression of the sequence, but it didn't help me much. $a_n = x^n - {n-1 \choose 1}x^{n-2}+{n-2 \choose 2}x^{n-4}-{n-3 \choose 3}x^{n-6}+\cdots $