Respuesta :

Answer:

  • f(1) = 4
  • f(n) = f(n - 1) + 4

Step-by-step explanation:

Given the sequence:

  • 4, 8, 12, …

The first term is 4 and common difference is 4

Recursive formula:

  • f(1) = 4
  • f(n) = f(n - 1) + 4

ACCESS MORE