Given the recursive formula for the geometric sequence a1=5, an=25an−1, find the second term of the sequence

1 answer

To find the second term of the sequence using the recursive formula, we can substitute n=2 into the formula:

a2 = 25 * a1
a2 = 25 * 5
a2 = 125

Therefore, the second term of the sequence is 125.