How to solve this linear non-homogeneous recurrence relation with constant coefficients?

104 Views Asked by At

I need help in solving this recurrence relation.

$F(n) = 2F(n-1) + 3F(n-2) + n*7^n$

I truly have no idea of where to start with because of this term $n*7^n$