2.837   ODE No. 837

\[ y'(x)=-\frac {1}{-\sqrt [3]{y(x)^3} \log (x) \text {$\_$F1}\left (3 \text {Ei}(-\log (x))+y(x)^3\right )-\left (y(x)^3\right )^{2/3} \log (x)} \] Mathematica : cpu = 1.724 (sec), leaf count = 0


, could not solve

DSolve[Derivative[1][y][x] == -(-(Log[x]*(y[x]^3)^(2/3)) - Log[x]*(y[x]^3)^(1/3)*_F1[3*ExpIntegralEi[-Log[x]] + y[x]^3])^(-1), y[x], x]

Maple : cpu = 0. (sec), leaf count = 0


, could not solve

dsolve(diff(y(x),x) = -1/(-ln(x)*(y(x)^3)^(2/3)-_F1(y(x)^3+3*Ei(1,-ln(x)))*ln(x)*(y(x)^3)^(1/3)),y(x))