Really I have tried to get any closed form of asymptotic series ( Taylor series ) of the below integrand function: $$I(x)=\int_{-\infty}^{x} \exp(-t^2 \operatorname {erfi}(t \sqrt{2\pi}) \operatorname {erf}(t \sqrt{2\pi})) dt$$ But I failed , I have used mathematica to evaluate its asymptotic but it dosn't Evaluate it , I have posted that function here to get help for plotting its asymptotic arround $x=0$ and for $x=\infty$ , But No result , Really the interesting thing about that function it present a probability density function because $I(+\infty)=0.994....$, Really I want to know if there is any approach to get its asymptotic series since Mathematica can't evaluate it ?
Note:The Motivation of this question is to know relationship between PDF of Studentdistribution and that function as shown in the below Plot , And also in the side of physics distribution of plasma physics

One can compute the Taylor series around $x=0$ the usual way. Compute the first few derivatives:
$$I^{(0)}(0) = \int_{-\infty}^{0} \exp \Bigr(-t^2 \operatorname {erfi}({t\sqrt{2\pi})}\operatorname {erf}({t\sqrt{2\pi}})\Bigr) dt \equiv I_0$$
$$I^{(1)}(0) = \exp \Bigr(-x^2 \operatorname {erfi}({x\sqrt{2\pi})}\operatorname {erf}({x\sqrt{2\pi}})\Bigr)\Bigr|_{x=0} = 1$$
$$I^{(2)}(0) = \exp \Bigr(-x^2 \operatorname {erfi}({x\sqrt{2\pi})}\operatorname {erf}({x\sqrt{2\pi}})\Bigr)\Bigr(\cdots\Bigr)\Bigr|_{x=0} = 0$$
etc. This gives the Taylor expansion
$$I(x) = I_0 + x + \cdots$$
where $I_0$ can be found numerically.