399,504 views
32 votes
32 votes
Write the first five terms of each sequence.2. b(1) = 2, b(n) = 2 * b(n - 1) - 1 for n > 2.

User Emmett
by
2.6k points

1 Answer

10 votes
10 votes

Write the first five terms of each sequence.

2. b(1) = 2, b(n) = 2 * b(n - 1) - 1 for n > 2.

Step 1

so, we have

b(1)=2. when 1, then 2

b(n)=2*b(n-1)

let's check with n=1

b(1)=2*b(1-1)=2


undefined

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