Hi,
Below is the parametric expression which I came across empirically:
Sqrt[Pi] =(1/(2^j) ((k*Gamma[5 + 2 j] Gamma[ 1 + l] HypergeometricPFQ[{1, 5/2 + j, 3 + j}, {3 + j + l/2, 7/2 + j + l/2}, -1])/ Gamma[6 + 2 j + l] + ((k + m) Gamma[7 + 2 j] Gamma[ 1 + l] HypergeometricPFQ[{1, 7/2 + j, 4 + j}, {4 + j + l/2, 9/2 + j + l/2}, -1])/Gamma[8 + 2 j + l]))/(2^(-5 - 3 j - l) Gamma[ 5 + 2 j] Gamma[ 1 + l] (k HypergeometricPFQRegularized[{1, 5/2 + j, 3 + j}, {3 + j + l/2, 7/2 + j + l/2}, -1] + 1/2 (3 + j) (5 + 2 j) (k + m) HypergeometricPFQRegularized[{1, 7/2 + j, 4 + j}, {4 + j + l/2, 9/2 + j + l/2}, -1]))
It seems to be true for arbitrary j,k,l,m parameters, where j, k, l and m are signed integers.
For all tried specific sets of {j,k,l,m} above identity was confirmed by both Mathematica based WolframAlpha and Maple.
Could this be simplified?