Answer:
- a(1) = 11
- a(n) = 4 + a(n-1)
Explanation:
The first term shown is 11. The terms have a common difference of 15 -11 = 4.
These values let you write the recursive formula:

__
The common difference is added to the previous term to find the current term.