Notice that $2\pm\sqrt{3}$ are roots of $x^2-4x+1$, indeed:
$$(2+\sqrt{3})+(2-\sqrt{3})=4,(2+\sqrt{3})(2-\sqrt{3})=1.$$
Therefore, $(x_n)_{n}$ is solution of $x_{n+1}=4x_{n+1}-x_n$.
Indeed, $(x_n)_n$ is solution of $x_{n+2}=ax_{n+1}+bx_{n}$ if and only $X_{n+1}=AX_n$, where:
$$X_n:=\begin{pmatrix}x_n\\x_{n+1}\end{pmatrix},A:=\begin{pmatrix}0 & 1\\b & a\end{pmatrix}.$$
Therefore, using induction $X_n=A^nX$. Then, the powers of $A$ are related to the roots of $X^2-aX-b$. Actually, if it admits two distinct roots,
say $\varphi_1$, $\varphi_2$, then $A$ is diagonalizable and one gets:
$$A^n=P\begin{pmatrix}{\varphi_1}^n&0\\0&{\varphi_2}^n\end{pmatrix}P^{-1}.$$
Finally, $(x_n)_n$ is a solution if and only if $x_n$ is a linear combination of the $n$-th power of $\varphi_1$ and $\varphi_2$.