This Question 1 pt 22 of 23 18 complete A sequence is defin
This Question: 1 pt | 22 of 23 (18 complete) A sequence is defined recursively. Write the first five terms. a1=-6; an en + an-1 Type the first five terms of the sequence. a2 a3- as
Solution
a1=-6
To find the next four terms, we need to plug n=2,3,4,5
a2=2+a1=2-6=-4
a3=3+a2=3-4=-1
a4=4+a3=4-1=3
a5=5+a4=5+3=8
