Sequence $a_n$ is defined as follows.
$a_1=a_2=a_3=1$
For $n>3,\text{ } a_n=\frac{1}{2}(a_{n-1}+a_{n-2})-a_{n-3}$
Using excel, plotting $a_n$ against $n$ produces a sine-like curve, with the local maximums seeming to be unique and approaching (but not sequentially) some limit; same for the local minimums.
My question is:
$$\text{What is}\lim_{n\to\infty}\max{(a_1, a_2, a_3, ..., a_n)}\text{ }?$$
Using excel, the limit seems to be $\frac{9}{7}$ (e.g. the largest of the first 10,000 terms is approximately 1.2857142854), but I do not know how to prove this.
(Context: I was looking at the sequence in this question and then started tweaking the sequence and seeing what happens.)