Write a recursive formula for an, the nth term of the sequence 13,15,17,19,...
a1=13
an=an-1+2
Write a recursive formula for an, the nth term of the sequence 12, 8, 4, 0, -4, ...
a1=12
an=an-1-4
Write a recursive formula for an, the nth term of the sequence 3,6,12,24,...
a1=3
an=3an-1
Is the following sequence Arithmetic, Geometric or Neither? If so, what is the common difference or common ratio? 375, 75, 15, 3, 3/5, ........
What is geometric?
Write a recursive formula for an, the nth term of the sequence4, 8, 16, 32, 64, ...
a1=4
an=2an-1
Is the following sequence Arithmetic, Geometric or Neither? If so, what is the common difference or common ratio? 2, 4, 8, 16, .....
What is geometric?
The explicit formula for the sequence 2, 8, 32, 128, ....... What is the value of the 10th term?
What is An = 2 * 4^(n-1) A(10) = 524288
Write a recursive formula for an, the nth term of the sequence 12, 6, 3, .. .
a1=12
an=(1/2)an-1