Equation is: ${(1/2)(a_n + a_{(n-1)})} = 2n + 5$ when $a_0 = 3$.
So, I got ${a_n = A(-1)^n}$ for the homogenous solution
I got 2n + 1 for a particular solution to ${a_n = -a_{(n-1)} + 4n}$
I got 5 for a particular solution to ${a_n = -a_{(n-1)} + 10}$.
Combined, I used $a_0 = 3$ to get A = -8. So, I ended up with ${a_n = -8(-1)^n + 2n + 11}$
Is that correct? Or, if not, where did I go wrong?
Update: In my original work, I mistakenly added $10$ instead of $5$. So now, I instead got A = -3 with ${a_n = -3(-1)^n + 2n + 6}$. Is this correct?