The sequence given is 1, 5, 25, ...
To find a formula for the \( n \)-th term of this sequence, we can observe the pattern of the terms:
- The first term (\( a_1 \)) is \( 1 = 5^0 \).
- The second term (\( a_2 \)) is \( 5 = 5^1 \).
- The third term (\( a_3 \)) is \( 25 = 5^2 \).
From this pattern, we can see that the \( n \)-th term appears to be \( 5^{(n - 1)} \).
Thus, the formula for the \( n \)-th term is:
\[ a_n = 5^{(n - 1)} \]
where \( n = 1 \) for the first term.