Consider the ODE $$\frac{d^2x}{dt^2}+e^t\frac{dx}{dt}+\frac{x}{1+2t}=0$$ What are the singular points of this ODE?
For an ODE of the form $$P(t)\frac{d^2x}{dt^2}+Q(t)\frac{dx}{dt}+R(t)x=0$$ a point is singular if $P,Q,R$ are analytic and $P(t_0)=0$. From the equation above, there doesn't seem to be any singular points. We have that $P(t)=1$ which does not equal $0$ for any value $t_0$.
The reason I asked is because when solving this using the series method with $x(t)=\sum^\infty_{n=0}a_nt^n$, I want to know at what values $t$ will the solution not converge. I know it won't converge at singular points, but there doesn't seem to be any.
You are using the incorrect form of the ODE, instead rewrite it as $$(1+2t)\frac{d^2x}{dt^2} + (1+2t)e^t\frac{dx}{dt} + x = 0$$ so that $$P(t) = 1 + 2t.$$ Thus you have a singular point at $t = -1/2$.