We have sequence
$T_1=1,T_2=3,T_n=2T_{n-1}+T_{n-2}$, where $n\ge3$
I need to prove that for every natural number $n\ge2$, GCD$(T_n,T_{n-1})=1$
Any ideas how to prove it? I noticed that first five member of this sequence is a prime number, except $T_6=99$, and then there goes primes again. How to prove it in general?