I found the following problem interesting (and rather satisfying to solve), so I thought that I would share it with the MSE community.
Let $a_n$ be a sequence with $a_0=a_1=\sqrt 3$ and $$a_{n+1}=\frac{a_{n}+a_{n-1}}{1-a_n a_{n-1}}$$ Find an explicit formula for $a_n$ in terms of $F_n$, the fibonacci numbers, with $F_0=F_1=1$.
I've already solved this, and I'm posting it as a "recreational" math problem, so have fun!
\begin{align} a_0=a_1&=\sqrt 3\\ a_{n+1}&=\frac{a_{n}+a_{n-1}}{1-a_n a_{n-1}}\\ a_n &= \tan(x) \qquad\text{The range of $\tan(x)$ is all real numbers, so we can make this substitution}\\ a_{n-1} &= \tan(y)\\ a_{n+1} &= \tan(x+y)\\ a_0=a_1=\sqrt3&=\tan(\pi/3)\\ a_2 &= \tan(\pi/3 + \pi/3) = \tan (2\pi/3)\\ a_3 &= \tan ((1+2) \pi/3)\\ a_n &= \tan(F_2 \cdot \pi/3) \end{align}