Find the solution to the following non-homogenous recurrence relation: $a_{n+2} - 4a_{n+1} + 4a_{n} = 2^n$ for $a_0=1, a_1 = 2$.
I have found from the characteristic polynomial the general homogenous solution is: $a_{n} = c_{1}2^n + c_{2}n2^n$ where $c_1, c_2$ are constants.
For the particular solution I think I should substitute $a_{n} = c_3n^22^n$ where $c_3$ is also a constant. However when I make that substitution I can't seem to solve the equation for $c_3$, can someone help please? Thanks