177k views
2 votes
Complete the recursive formula of the arithmetic sequence 0,11, 22, 33, ....

c(1) =
c(n) = c(n-1)+

1 Answer

7 votes

Answer:

c(1) = 0

c(n) = c(n-1) +11

Explanation:

User Ricardo Stuven
by
8.3k points