I'm trying to solve the above equation, and this is where I've got to so far:
Consider homogeneous problem $p_{n}+\frac{1}{4}p_{n-1}=0$. We then have characteristic equation $\omega^{n-1}(\omega + 1/4)=0$ and hence $\omega=-1/4$. So we have $p_{n}=A(-\frac{1}{4})^n$ for some constant $A$.
At this point I'm completely stuck on where to go, I don't have much experience with difference equations. I believe we find a particular solution but not sure what form this will take?
The general solution to the inhomogeneous equation is the general solution to the homogenous equation, $A(-1/4)^n$, plus any solution solution to the inhomogeneous equation. So, we have to guess a solution to the inhomogeneous equation. Since the right-hand side is a constant, we test whether there is a constant solution.$$C+\frac14C=\frac34\implies C=\frac35$$ so the general solution is $$p_n=A\left(-\frac14\right)^n+\frac35$$ Now we just have to find $A$ such that $p_0=0$ which is clearly $A=-\frac35$. So, $$p_n=-\frac35\left(-\frac14\right)^n+\frac35$$