The problem asks us to find the next three terms of the recursive sequence defined by $a_n = 2a_{n-1} - 1$ for $n \ge 2$, with the initial term $a_1 = 3$.
2025/6/6
1. Problem Description
The problem asks us to find the next three terms of the recursive sequence defined by for , with the initial term .
2. Solution Steps
We are given the recursive formula and . We need to find and .
For :
.
For :
.
For :
.
3. Final Answer
The next three terms are 5, 9, and 17.