The first two terms of a sequence are $a_1 = 1$ and $a_2 = \frac {1}{\sqrt3}$. For $n\ge1$, $$a_{n + 2} = \frac {a_n + a_{n + 1}}{1 - a_na_{n + 1}}.$$
What is $|a_{2009}|$?
The simplest solution for this question was to just work out the sequence and find that it repeats with a period of 24. However, I don't think many people would work out to many terms, just to see if there is a repeating cycle
Does anyone know if there is any way to know if a recursive sequence will be cyclic just by looking at the equation?