Final answer:
The first four terms of the sequence modeled by the recursive formula aⁿ=aⁿ-1⁵, when a¹=-3, are -3, -243, -243, -243.
Step-by-step explanation:
The recursive formula given is aⁿ=aⁿ-1⁵, with an initial value of a¹=-3. To find the first four terms of the sequence, we can use the recursive formula to generate each term. Starting with a¹=-3, we can substitute the value of n into the formula to calculate the next term. Let's calculate the values step by step:
- First term: a¹ = -3
- Second term: a² = a¹⁵ = (-3)⁵ = -243
- Third term: a³ = a²⁵ = (-243)⁵ = -243, hence the third term is the same as the second term.
- Fourth term: a⁴ = a³⁵ = (-243)⁵ = -243, hence the fourth term is the same as the third term.
Therefore, the first four terms of the sequence are: -3, -243, -243, -243.