I need to solve a linear, second order, homogeneous ODE, and I'm using the Frobenius method. This amounts to setting:
y = \sum_{n=0}^{\infty} c_n x^{n+k}
then getting y' and y'', plugging in, combining like terms, and setting the coefficient of each term to 0 to solve for the cn's. This...