Recursionmedium
0:00.0

Consider the recurrence bn=2bn1bn2b_n = 2b_{n-1} - b_{n-2} with b0=2b_0 = 2 and b1=3b_1 = 3. Find b4b_4.