52.7k views
0 votes
Write a recursive formula for the sequence {an} = (15, 26, 48,92,180…}.

Write a recursive formula for the sequence {an} = (15, 26, 48,92,180…}.-example-1
User Alex Trott
by
4.5k points

1 Answer

7 votes

You have the following sequence:

an = {15, 26, 48, 92, 180, ...}

the following recursive formula:


a_n=4+11\cdot2^(n-1)

with a1 = 15, can represent the given sequence. If you replace the different values of an for the first five elements of the sequence, you obtain the given sequence.

Then, the answer is option C.

User Gilad Naor
by
4.7k points