First and foremost, is it possible to get the integral you are trying to solve as the solution? I just got the same integral twice. I have also tried MATLAB but it gives the same result. Below is the integral i was solving:
$$\int_0^1e^{-xt} \left(e^{-t} + \frac{e^{-(t+1)} - 1} {1+t}\right) dt $$
It came about as a result of trying to solve the following fredholm equation by using the adomian decomposition method.
$$ u(x) = e^{-x} + \frac{e^{-(x+1)} - 1}{1+x} + \int_0^1e^{-xt}u(t)dt $$
Thanks a lot.
$$\int_0^1 \frac{e^{-xt}}{t + 1} dt = e^x\left(\Gamma(0,x)-\Gamma(0,2x)\right)$$
Where $$\Gamma(a, x) = \int_x^{\infty} t^{a - 1}e^{-t}dt$$ is the incomplete gamma function.