It seems to me that this recurrence relation has no solution. The answer I get does not prove true for all of the initial conditions. I have also tried solving it from Wolfram Alpha, which says no solutions exist yet my marking scheme has an answer.
$$2a_{n+3}=a_{n+2}+2a_{n+1}-a_n$$ given that $a_0=0, a_1 = 1, a_2 = 2$
Answer in the marking scheme is:
$$a_{n}=5/2 - (1/6)^n - 8/3(1/2)^n$$
[Edit: I found my mistake; see my answer below.]
Wolfram Alpha gives the correct answer and I realized I was not doing the question correctly so the answer can be found using: $$a_n = q^n$$
The correct answer is: $$\frac{1}{6}[(-1)^n-2^{4-n}+15]$$