Recurrence Relationseasy
0:00.0

A sequence has the general solution an=c12n+c23na_n = c_1 \cdot 2^n + c_2 \cdot 3^n. Given a0=5a_0 = 5 and a1=12a_1 = 12, find c1c_1.