2025 SSMO Speed Round Problems/Problem 1
Problem
Define and let
. Define
. Find the least
such that
.
Solution
We compute the first few values of :
\begin{align*}
x_0 &= -3 \\
x_1 &= f(-3) = -1 \\
x_2 &= f(-1) = 1 \\
x_3 &= f(1) = 2 \\
x_4 &= f(2) = 5 \\
x_5 &= f(5) = 26 \\
x_6 &= f(26) = 677.
\end{align*}
Thus, the smallest
such that
is
.