The pattern of numbers below is an arithmetic sequence: 14, 24, 34, 44, 54, ... Which statement describes the recursive function used to generate the sequence? The common difference is 1, so the function is f (n + 1) = f (n) + 1 where f (1) = 14.
Answers (1)