$\int_{0}^{+\infty}\left(\frac{sin(x)}{x}\right)^ndx=n\int_{0}^{+\infty}\frac{x^{n-2}}{(x^2+2^2)(x^2+4^2)...(x^2+n^2)}$ if n is even
and
$\int_{0}^{+\infty}\left(\frac{sin(x)}{x}\right)^ndx=n\int_{0}^{+\infty}\frac{x^{n-1}}{(x^2+1^2)(x^2+3^2)...(x^2+n^2)}$ if n is odd
I found these equalities in the Integral and Series website.
I already know there exists a not-so-pretty closed form as a sum for the integral above, I am just interested in these equalities.
The right integrands being always positive, they are most likely not equal to the integrands on the left
Replacing $sin(x)$ by its expansion $sin(x)=\sum_{k=0}^{k=+\infty}\frac{(-1)^kx^{2k+1}}{(2k+1)!}$, dividing by $x$ and expanding is somewhat confusing, and using the residue theorem to compute the right integral in the hope of finding it is equal to the final form expected (Closed form for integral of integer powers of Sinc function) might work (I found something similar, but didn't simplify it enough yet), but it is far from ideal as a proof as it implies I know the end result before actually solving the problem... which is a bit cheap.
Is there an easier way to derive this equality without actually solving both integrals and comparing?
@user1952009 Thanks, I tried to apply it for n=2, but I don't get much out of it
$I=1_{[-\frac{1}{2},+\frac{1}{2}]}*1_{[-\frac{1}{2},+\frac{1}{2}]}=\int_{-\infty}^{+\infty}1_{[-\frac{1}{2},+\frac{1}{2}]}(t)1_{[-\frac{1}{2},+\frac{1}{2}]}(x-t)dt$
$x-t \in [-\frac{1}{2},+\frac{1}{2}] \leftrightarrow t-x \in [-\frac{1}{2},+\frac{1}{2}] \leftrightarrow t \in [x-\frac{1}{2},+\frac{1}{2}+x]$
So
$I=Length([-\frac{1}{2},+\frac{1}{2}]\cap[x-\frac{1}{2},+\frac{1}{2}+x])=0$ if $|x|>1, =1-x$ if $1\geq x \geq 0,=1+x$ if $-1\leq x \leq 0$
So evalutating at $0$ (inverse transform of fourier transform of $(sinx/x)^2$ at $0$...), I get $\int_{-\infty}^{+\infty}\left(\frac{sin(x)}{x}\right)^2dx=1$
What am I doing wrong please ? ... A factor pi is missing, and I'm not seeing anything close to the formula I'm looking for