I am trying to solve the following:
$$a_n=5a_{n-1}-6a_{n-2}+2^n+3n$$
The general solution to the homogeneous equation is simple:
$$a_n=5a_{n-1}-6a_{n-2} \rightarrow \\ r^2-5r+6=0 \rightarrow \\r=3,2$$ giving $$a_n^{(h)}=C_13^n+C_22^n$$
Now for the particular solution it has been hinted that I find something in the form $$a_n^{(p)}=qn2^n+p_1n+p_2$$
But this has me pretty solidly stumped. Where can I move from here or how might I go about finding the particular solution for this?