Let $x_{1}=0,x_{2}=1$ and for $n\geq3,$ define $x_{n}=\frac{x_{n-1}+x_{n-2}}{2}.$
Which of the following is/are true?
$1.\{x_{n}\}$ is a monotone sequence.
$2. \lim_{n\to\infty} x_{n}=\frac{1}{2}.$
$3.\{x_{n}\}$ is a cauchy sequence.
$4.\lim_{n\to\infty} x_{n}=\frac{2}{3}.$
From first three terms it is clear that the sequence is not a monotone sequence and limit can not be $\frac{1}{2}$ if it is convergent. How to prove that the sequence is convergent and its limit is $\frac{2}{3}$? Thanks a lot.