Evaluate $$\int_{-\infty}^\infty \frac{\sin{(x\sin{x})}}{x^2}dx.$$
Numerical investigation suggests that it equals $\pi$.
Let $f(\alpha)=\frac{1}{\pi}\int_{-\alpha}^\alpha \frac{\sin{(x\sin{x})}}{x^2}dx$.
Wolfram (free version) gives me the following results:
$f(10)=0.992293$
$f(20)=0.996916$
$f(30)=0.998604$
$f(100)=0.999761$
$f(200)=0.999916$
$f(300)=0.999934$
But with even larger values of $\alpha$, Wolfram behaves erratically:
$f(1\times10^5)=2.12907$
$f(2\times10^5)=0.574468$
$f(3\times10^5)=0.351411$
And finally, Wolfram gives:
$f(\infty)=0.998775$
But in the comments, @NN2 said that the paid version of Wolfram gives some detailed warnings about the accuracy of this last result.
Perhaps someone with more reliable computing power could shed some light on $f(\infty)$.
My attempt
I tried to use some of the techniques for proving $\int_0^\infty {\sin{x}\over x}dx=\pi/2$, to no avail. For example, this one sets up $I(a)=\int_0^\infty e^{-ax}\frac{\sin x}{x}dx$, then evaluates $I'(a)$ via integration by parts. If we just have $\sin{x}$ this is easy, but the fact that $\int_0^\infty{\sin{(x\sin{x})}\over x^2}dx$ involves a sine within a sine, seems to make everything difficult.
Context
I've been searching (in vain) for a definite integral with no numbers that equals $\pi/7$, and I stumbled upon this integral. I was surprised that it seems to admit a closed form, $\pi$.
Using the known expansion for $\sin(x\sin x)$ in terms of Bessel functions, $$ \int_{ - \infty }^{ + \infty } {\frac{{\sin (x\sin x)}}{{x^2 }}{\rm d}x} = 2\int_0^{ + \infty } {\frac{{\sin (x\sin x)}}{{x^2 }}{\rm d}x} \\ = 4\sum\limits_{k = 0}^\infty {( - 1)^k \int_0^{ + \infty } {\frac{{J_{2k + 1} (x)\sin ((2k + 1)x)}}{{x^2 }}{\rm d}x} } . $$ The term corresponding to $k=0$ is, by $(10.16.1)$ and $(10.22.57)$, $$ \int_0^{ + \infty } {\frac{{J_1 (x)\sin (x)}}{{x^2 }}{\rm d}x} = \sqrt {\frac{\pi }{2}} \int_0^{ + \infty } {\frac{{J_1 (x)J_{1/2} (x)}}{{x^{3/2} }}{\rm d}x} = \sqrt {\frac{\pi }{2}} \frac{1}{{\sqrt 2 }}\frac{{\Gamma \!\left( {\frac{1}{2}} \right)\Gamma\! \left( {\frac{3}{2}} \right)}}{{2\Gamma (1)\Gamma\! \left( {\frac{3}{2}} \right)}} = \frac{\pi }{4}. $$ For $k\ge 1$, $(10.22.56)$ gives \begin{align*} & \int_0^{ + \infty } {\frac{{J_{2k + 1} (x)\sin ((2k + 1)x)}}{{x^2 }}{\rm d}x} = \sqrt {\frac{{\pi (2k + 1)}}{2}} \int_0^{ + \infty } {\frac{{J_{2k + 1} (x)J_{1/2} ((2k + 1)x)}}{{x^{3/2} }}{\rm d}x} \\ & = \frac{{\sqrt{\pi}\,\Gamma \!\left( {k + \frac{1}{2}} \right)}}{{4 (2k + 1)^{2k} \Gamma (1 - k)}}{\bf F}\!\left( {k + \frac{1}{2},k;2k + 2;\frac{1}{{(2k + 1)^2 }}} \right) = 0, \end{align*} since $1/\Gamma(z)$ is zero for $z=0,-1,-2,\ldots$. Here $\bf{F}$ denotes the regularised hypergeometric function. Hence the value of the original integral is indeed $\pi$.