Final answer:
The given sequence starts with a1 = 5 and each term is obtained by multiplying the previous term by 4. The recursive formula for this sequence is an = 4 * an-1.
Step-by-step explanation:
The given sequence starts with a1 = 5 and follows the pattern where each term is obtained by multiplying the previous term by 4. So:
- The second term (a2) is obtained by multiplying the first term (a1) by 4, which gives 5 x 4 = 20.
- The third term (a3) is obtained by multiplying the second term (a2) by 4, which gives 20 x 4 = 80.
- Similarly, the fourth term (a4) is obtained by multiplying the third term (a3) by 4, which gives 80 x 4 = 320.
In general, the recursive formula for this sequence can be expressed as an = 4 * an-1, where 'an' represents the nth term of the sequence and 'an-1' represents the previous term.