I came to this final problem to be solved. I would like to understand a way to tackle this problem:
Inverse Laplace transform of
$$A(s)=\frac{1}{s}\exp{(s^{\beta}z)}\Gamma(0,s^{\beta}z)$$
$$B(s)=\frac{1}{s}-\frac{s^{\beta}}{s}\exp{(s^{\beta}z)}\Gamma(0,s^{\beta}z)$$
where $z$ is a complex number and $\beta<1$ a real positive number.
I cannot find an easy way of finding an analytical solution, if it exists.

\begin{equation} A(s)=\frac{1}{s} e^{s^\beta z} \Gamma(0, s^\beta z)= \frac{1}{s} \int_0^{+\infty} \frac{e^{-u}}{s^\beta z+u} du \end{equation} Now we can write: \begin{equation} e^{-u}= \sum_{k=0}^{+\infty} \frac{(-u)^k}{k!} \end{equation} Then \begin{equation} A(s)=\frac{1}{s} \int_0^{+\infty}\sum_{k=0}^{+\infty} \frac{(-u)^k}{k!(s^\beta z+u)} du=\frac{1}{s} \sum_{k=0}^{+\infty} \frac{1}{k!}\int_0^{+\infty} \frac{(-u)^k}{s^\beta z+u} du=\sum_{k=0}^{+\infty} \frac{(-s^\beta z)^k}{s k!} \int_{0}^{+\infty} \frac{x^k}{1+x} dx \end{equation} By using the inverse Laplace transform \begin{equation} a(t)=L^{-1}\{A(s)\}=\sum_{k=0}^{+\infty}\frac{t^{-k\beta} (-z)^k}{k! \Gamma(1-k\beta)} \int_{0}^{+\infty} \frac{x^k}{1+x} dx \end{equation} As Sary pointed out, in my previous calculation I did a mistake.The integral converge to $\frac{-\pi}{\sin{\pi k}}$ is and only if the $k$ is a real number ranging in the interval (-1,0). In my previous computation I choosen a rectangular contour such that $u= u_r+i u_i$ and I choosen $u_i$ to include the pole.Unfortunately when doing that the integral along the side of the rectangle vanishes converge only if we assume that $k$ ranges between -1 and 0. Thank you Sary. \begin{equation} b(t)=L^{-1}\{B(s)\}=1-\frac{t^{-(1+\beta)}}{\Gamma(-\beta)} \star a(t) \end{equation} where $\star$ is the convolution. Now can we say more about the sum? I'm not familiar with the Hankel contour path so maybe this is the right way to find a compact solution.