Consider the recurrence bn=2bn−1−bn−2b_n = 2b_{n-1} - b_{n-2}bn=2bn−1−bn−2 with b0=2b_0 = 2b0=2 and b1=3b_1 = 3b1=3. Find b4b_4b4.
4
5
6
7