Please, can the following Meijer G-function
$$G_{1,3}^{3,0}\left(a^2\Bigg| \begin{array}{c} n+2 \\ -\dfrac{1}{2},1,\dfrac{3}{2} \\ \end{array} \right)$$
MeijerG[{{},{2+n}},{{-(1/2),1,3/2},{}},a^2]
be expressed more explicitly in terms of other special functions, but involving no infinite integrals?
$a\;$ is positive real number and $\;n=0,1,2\;$ is an integer.
MeijerG[{{},{2+n}},{{-(1/2),1,3/2},{}},a^2]– Gallagher Oct 17 '22 at 07:27(a^2/BesselK[2,a]) Integrate[(x^2-1)^(n+(3/2))/x^(2n+1) Exp[-a x],{x,1,Infinity}]– Gallagher Oct 17 '22 at 08:52b3-b1 = 3/2-(-1/2) = 2is an integer in my expression, which is excluded from the formula on the functions page. – Gallagher Oct 17 '22 at 11:32