Pair of Sequences and Recurrences
Source:
August 8, 2024
algebra2022
Problem Statement
Let and be sequences of real numbers. Suppose , , and for all integers ,
\begin{align*}
a_n & = a_{n-1} - (11 - n)^2(1 - (11 - (n - 1))^2)a_{n-2} \text{and} \\
b_n & = b_{n-1} - (12 - n)^2(1 - (12 - (n - 1))^2)b_{n-2}.
\end{align*}
If , then determine the value of .