I was recently fooling around on my calculator, and found a recurrence relation that behaves very weirdly (it started looking like a mutilated combination of sine graphs at some points, presumably due to some sort oscillation due to the subtraction):
$$a_n=1-\dfrac{a_{n-1}}{a_{n-2}}, \qquad a_1 = a, \qquad a_2 = b$$
Is there any explicit (non-recursive) formula for $a_n$ in this recurrence relation? Or is it just not possible to find it? If it's not possible to find it, are there any values of $a$ and $b$ that allow for a solution (similarly to the logistic map)?
Also, if at all possible, would it be possible to show work for this monstrosity?