I am trying to construct two linearly independent, power series solutions to the ODE $$(1+z^2)u''+3zu'+u=0$$
My attempt:
Let $$u=\sum_{k=0}^{\infty}A_kz^k\implies u'=\sum_{k=1}^{\infty}kA_kz^{k-1}\implies u''=\sum_{k=2}^{\infty}k(k-1)A_kz^{k-2}$$
Substituting this into the ODE, I find that $$\sum_{k=0}^{\infty}\left((k+2)(k+1)A_{k+2}+(k+1)^2A_k\right)z^k=0$$ Hence $u$ is a solution iff $$A_{k+2}=-\frac{k+1}{k+2}A_k \ \ \ k\geq 0$$ I do not see how to proceed, especially considering there are no intial conditions to find $A_0$ and $A_1$. Any advice would be greatly appreciated.
Take $A_0=0$ and $A_1=1$ and compute one solution. Then take $A_0=1$ and $A_1=0$ and compute another. You will get two linearly independent solutions.