Problem

Source: Oliforum Contest I 2008 unused https://artofproblemsolving.com/community/c2487525_oliforum_contes

Tags: Sequence, number theory, algebra, recurrence relation



Consider the sequence of integer such that: $ a_1 = 2$ $ a_2 = 5$ $ a_{n + 1} = (2 - n^2)a_n + (2 + n^2)a_{n - 1}, \forall n\ge 2$ Find all triplies $ (x,y,z) \in \mathbb{N}^3$ such that $ a_xa_y = a_z$.