I'd like to know what the explicit solution to the following integral is:
$$\displaystyle \int_{t}^{\infty} \frac{J_{d/2}^{2}(x)}{x} \ \mathrm{d}x,$$
where $t > 0$, $d \in \mathbb{N}$, and $J_{\nu}$ denotes the Bessel function of the first kind.
Using Mathematica, I've been able to get some results when $d$ is even. For instance, if we take $d = 2$, then Mathematica returns the expression
$$\displaystyle \frac{1}{2}(J_{0}^{2}(t) + J_{1}^{2}(t)),$$
and when $d = 4$, we obtain a similar expression involving polynomials in $t$ multiplied by some factors of $J_{0}$ and $J_{1}$. However, when $d$ is odd, it returns expressions involving Fresnel integrals. This entices the question: is there an explicit solution to the above integral? If $d$ is even then the integral solutions (according to Mathematica) look like they can be given by some kind of recurrence relation. Does anyone know what it is?
I managed to find the following formula here:
$$\displaystyle \int \frac{J_{d/2}^2(x)}{x} \ \mathrm{d}x = \frac{x^d}{2^dd\ \Gamma^{2}\left(\frac{d+2}{2}\right)} \ _{2}F_{3}\left(\frac{d+1}{2}, \frac{d}{2}; \frac{d+2}{2}, \frac{d+2}{2}, d+1; -x^2 \right)$$
However, Mathematica suggests a closed form is available when $d$ is even, but cannot evaluate those sums. I've also had a look in some integral tables but they don't appear to have this particular integral for general $d$.