7. Arithmetic Sequences
Sign In
To find the second, third, and fourth terms of the arithmetic sequence, substitute 2, 3, and 4 in the given recursive formula.
Terms: 16, 19, 22
Explicit Formula: A(n)=13+(n-1)(3)
n | A(n)=A(n-1)+3 | A(n) |
---|---|---|
1 | A( 1)= 13 | |
2 | A( 2)=A( 2-1)+3 | A( 2)= A(1)+3 ⇕ A( 2)= 13 +3= 16 |
3 | A( 3)=A( 3-1)+3 | A( 3)= A(2)+3 ⇕ A( 3)= 16 +3= 19 |
4 | A( 4)=A( 4-1)+3 | A( 4)= A(3)+3 ⇕ A( 4)= 19 +3= 22 |