Recursionmedium
0:00.0

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