182k views
2 votes
Recursive equation for arithmetic sequence

Recursive equation for arithmetic sequence-example-1
User Teisman
by
5.2k points

1 Answer

0 votes

Answer:

Explanation:

A recursive formula takes the previous answer and does something with it to get the next member of sequence.

t_n = t_n-1 + 3

n≥2

So for t_2 you get t_2 = t_1 + 3

t_1 = - 21

t_2 = -21 + 3 = -18

User Laurence Fass
by
4.8k points