We are given the formula f(n) = f(n-1) + 5 for n larger than and including 1.
f(1) = f(0) + 5 = 1
f(2) =f(1) + 5 = 6
f(3) = 11
f(4) = 16
f(5) = 21
f(6) = 26
For an arithmetic sequence:
explicit rule: Tn = 1 +(n-1)5
1.6m questions
2.0m answers