46.4k views
1 vote
Identify the recursive formula for the following sequence: 8, 26, 80, 242, . . .

User CT Zhu
by
5.0k points

2 Answers

4 votes

Answer:

an = 3an – 1 + 2 where a1 = 8

User Mouhong Lin
by
5.8k points
5 votes

Answer:

Recursive formula is
a_n = (a_(n-1) *3) + 2

Explanation:

8, 26, 80, 242, . . .

8 is the first term

To get 26 we multiply 8 by 3 and then add 2

8*3 = 24 + 2= 26

26 * 3= 78+2 = 80

80*3 = 240 + 2 = 242

So to get next term we multiply the previous term by 3 and then we add 2


a_n = (a_(n-1) *3) + 2

User David Johnstone
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.