I am trying to solve a system of two second-order ODEs. After separating them, I obtained a fourth-order independent ODE as illustrated below. I wonder if there is a specific technique to solve it.
$$y^{(4)}+\frac{a_1}{x} y^{(3)}+\frac{a_2}{x^2}y^{(2)}+a_3y^{(2)}+\frac{a_4}{x}y^{(1)}+a_5y=0$$
A power series method might do the trick. Substitute $$ y = \sum_{k=0}^\infty c_k x^k$$ in the differential equation $$x^2 y^{(4)} + a_1 x y^{(3)} + \cdots + a_5 x^2 y = 0.$$ You will obtain a series in which the coefficients are difference equations in the unknowns $c_k$. For concrete constants $a_n$, this difference equation maybe can be solved.