The first 5 terms of the sequence are -8, -7, -15, -22, -37
How to determine the first 5 terms of the sequence
From the question, we have the following parameters that can be used in our computation:
Given that
a(1) = -8
a(2) = -7
a(n) = a(n -2) + a(n - 1)
The recursive sequence defined abvoe means that we add the last two terms to get the current term
Using the above as a guide, we have the following equations
a(1) = -8
a(2) = -7
a(3) = -8 - 7 = -15
a(4) = -15 - 7 = -22
a(5) = -15 - 22 = -37
Hence, the first 5 terms of the sequence are -8, -7, -15, -22, -37
Question
Drag each tile to the correct box. not all tiles will be used. consider the recursively defined function below. create the first five terms of the sequence defined by the given function.
a(1) = -8
a(2) = -7
a(n) = a(n -2) + a(n - 1)