Recurrence Relationseasy
0:00.0

The general solution to a recurrence is an=A2n+B3na_n = A \cdot 2^n + B \cdot 3^n. Given a0=1a_0 = 1 and a1=5a_1 = 5, find A+BA + B.