Wow, Bill, you are amazing!
So far as I know, there is a mistake on your code
On you code:
y[n_,x_]:=y[0,x]Integrate[1/y[0,t]^2,{t,0,x}] Integrate[y[0,s](w[s]y[n-1,s]-Sum[e[j]y[n-j,s],{j,1,n}]), {s,-Infinity,t}];
Because the upper bound of the integral "ds" is "t", so the integral "dt"...