Let $\{a_n\}$ be a sequence such that $a_1=4$ and $a_{n+1}=\dfrac{5 a_n -6}{a_n -2},\, \forall n\geq 2$. Show that it converges and find its limit.
The only thing that I managed to show is that if it is convergent, the limit is either 1 or 6. I used Mathematica to see the behavior of the sequence, and I noticed that it converges to 6 and also that it is not monotonic.
I have come across some recursive sequences like this in various posts here in math.SE, but all of them where bounded and monotonic.
By induction for any $n\geq1$ we obtain: $$a_{n+1}=\frac{5a_n-10+4}{a_n-2}=5+\frac{4}{a_n-2}>4$$ Thus, $a_n\geq4$ for any $n\geq1$.
Now, $$|a_{n+1}-6|=\frac{|a_n-6|}{a_n-2}\leq\frac{1}{2}|a_n-6|\leq\left(\frac{1}{2}\right)^2|a_{n-1}-6|\leq...\leq\left(\frac{1}{2}\right)^n|a_1-6|\rightarrow0.$$