97.6k views
5 votes
Write the first five terms of each sequence.2. b(1) = 2, b(n) = 2 * b(n - 1) - 1 for n > 2.

User Ninh Le
by
6.3k points

1 Answer

0 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 Kevin Anderson
by
5.8k points