Recursionmedium
0:00.0

The recurrence Tn=2Tn1+8T_n = 2T_{n-1} + 8 with T0=0T_0 = 0 has solution Tn=8(2n1)T_n = 8(2^n - 1). What is T3T_3?