$F(s) = \cfrac{F_0(s+a)}{1-a F_0(s+a)} $
where $F_0(s)$ is Laplacian transform, given by:
$F_0(s) = \mathcal{L}[\exp(-t^2 \beta)] $, and
$\beta$ and $a$ are real numbers
I am interested in inverse Laplace transform ($\mathcal{L}^{-1}[F(s)]$) of $F(s)$.
As I understand, solving this analytically is probably impossible. Numerical solutions are welcome, I have tried standard packages in Matlab but haven't had success. Codes in python, fortran evaluating inverse Laplace transform will be great. Any other suggestion is welcome! Thanks in advance.
Making using of \begin{align} F_0(s)=\mathcal{L}\left\{\exp{\left(-t^2\beta\right)} \right\}=\frac{\sqrt{\pi}}{2\sqrt{\beta}}\exp{\left(\frac{s^2}{4\beta}\right)}\text{Erfc}\left(\frac{s}{2\sqrt{\beta}}\right)\,, \end{align} the python code below gives a numerical solution to your problem: