How are can the above recurrence relation be solved?
I've reached here: $(x^{2}-x-1)(x-3)^2(x-1)$
And then here:
$$a_n = l_1 \cdot (x_1)^n+l_2 \cdot (x_2)^n+l_3 \cdot (x_3)^n+l_4\cdot n \cdot (x_3)^n+l_5\cdot (x_4)^n$$
And we are given that these: $T(0) = 2, T(1) = 3$
So, for $n = 0$ and $n = 1$ we get two equations but we need 3 more, yet we don't have any more constants.