2025 SSMO Accuracy Round Problems/Problem 1
Problem
An infinite sequence of real numbers satisfies
for all positive integers
. Given that
find
.
Solution
Note that for every positive integer , by the given recurrence relation, we have
\begin{align*}
a_n &= a_{n-1} + a_{n-2} + \cdots + a_1 \\
&= (a_{n-2} + \cdots + a_1) + a_{n-2} + \cdots + a_1 \\
&= 2(a_{n-2} + \cdots + a_1) \\
&= 2a_{n-1}.
\end{align*}
Therefore,
.
~Sedro