Let $y_n$ satisfy the nonlinear difference equation:
$$(n+1)y_n=(2n)y_{n-1}+n.$$
Let $u_n=(n+1) y_n$. Show that
$$u_n= 2u_{n-1}+n.$$
Solve the linear difference equation for $u_n$. Hence find $y_n$ subject to the initial condition $y_0=4$.
I have showed that $u_n=2u_{n-1}+n$, but I don't know how to do the next step, can anyone help me with this please?