The explicit and recursive formulas of 5, 20, 80, 320,…. are
and f(n) = f(n - 1) * 4, where f(1) = 4, respectively
Match the geometric sequence with the explicit and recursive formulas
From the question, we have the following parameters that can be used in our computation:
5, 20, 80, 320,….
In the above sequence, we can see that 4 is multiplied to the previous term to get the new term
This means that
First term, a = 5
Common ratio, r = 4
It also means that the recursive sequence is
f(n) = f(n - 1) * 4, where f(1) = 4
Calculating the explicit formula, we have

Substitute the known values into the equation

Hence, the explicit and recursive formulas are
and f(n) = f(n - 1) * 4, where f(1) = 4