From what I understood: The series solution of an ODE is found using Frobenius Method. For the Legendre's equation:
$\displaystyle (1-x^2)\frac{d^2y}{dx^2}-2x\frac{dy}{dx}+n(n+1)y=0 $
The solution steps start with $y=x^m(a_0+a_1x+a_2x^2+....) $
The initial requirement for using Frobenius method is that $x=0$ should be a regular singularity. Singularity is defined as the situation when the coefficient of $\frac{d^2y}{dx^2}$ is zero. Regularity requires differentiability of the other two coefficients.
My doubt: Having $x=0$ is not a singularity here. So, how can we start with $y=x^m(a_0+a_1x+a_2x^2+....) $ here ?
What did I miss here ? Please advise.