If $a_{n+1} = u a_n+v a_{n-1}$ , what recurrence does $a_{n+1}a_n$ satisfy? You can assume that $u^2+4v > 0$.
A starter question, which I have done some work on:
If $a_{n+1} = 3 a_n - a_{n-1}$ , what recurrence does $a_{n+1}a_n$ satisfy?
My results show that, if $d_n = a_{n+1}a_n$ for this particular recurrence, $d_{n+1} = 7 d_n - d_{n-1} + c$ where $c$ is a constant depending on $a_0$ and $a_1$.
I am currently working on deriving the general recurrence and the form of $c$, but it is enough of a pain that I have decided to ask the question at this point.
For extra credit, find the recurrence that $a_n^2$ satisfies. I have no idea what the answer is.