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!