 =
 = 
 + 4
 + 4
this is an arithmetic sequence with n th term formula
 =
 = 
 + (n - 1)d
 + (n - 1)d
where d is the common difference and 
 the first term
 the first term
here d = 23 - 19 = 19 - 15 = 4 and 
 = 11
 = 11
 = 11 + 4(n - 1 ) = 11 + 4n - 4 = 4n + 7 ← explicit formula
 = 11 + 4(n - 1 ) = 11 + 4n - 4 = 4n + 7 ← explicit formula
A recursive formula allows us to find any term from the previous term.
 =
 = 
 + 4 ← recursive function
 + 4 ← recursive function