IMO 2024 N4 (P2) #
Find all pairs $(a, b)$ of positive integers such that there exists a positive integer $g$ for which $\gcd(a^n + b, b^n + a) = g$ for all sufficiently large $n$.
Answer #
$(1, 1)$.
Solution #
We follow the AoPS solution ♯9 by Tintarn in this thread. We make it even simpler by only substituting twice. That is, pick some $n₀ ≥ N$ such that $a^{n₀ + 1} ≡ b^{n₀ + 1} ≡ 1 \pmod{ab + 1}$, then plug $n = n₀$ and $n = n₀ + 1$ (typically one chooses $n₀ ≡ -1 \pmod{φ(ab + 1)}$). Note that all solutions that I am aware of so far considers $ab + 1$.