Note that $F(n)=(2)^n$. We need to keep in mind the following theorem.
Theorem: Suppose that $\{a_n\}$ satisfies the linear non-homogenous recurrence relation $$a_n=c_1a_{n-1}+c_2a_{n-2}+… c_ka_{n-k} +F(n)$$ where $c_1,c_2,…c_k \in \mathbb{R}$ and $F(n)= (b_tn^t+b_{t-1}n^{t-1}+…b_1n+b_0)s^n$, where $b_0, b_1, …b_t, s \in \mathbb{R}$.
When $s$ is not a root of the characteristic equation of the associated linear homogenous recurrence relation, there is a particular solution of the form $$(p_tn^t + p_{t-1}n^{t-1}+…p_1n+p_0)s^n$$
When $s$ is a root with multiplicity $m$, then the solution is of the form $$n^m(p_tn^t + p_{t-1}n^{t-1}+…p_1n+p_0)s^n$$
Taken from Rosen, Discrete Mathematics & Its Applications.
Coming back to the question, there is thus a particular solution of the form $n(p_1n+p_0)=p_1n^2+p_0n$ as $s=2$ is a root of degree $1$ of the characteristic equation ($x-2=0$).
Hope you can take it from here.