I was playing around and wanted to consider the integral of $$I_n = \int_0^{\infty} \left(\frac{\sin x}{x}\right)^n \, \mathrm{d}x$$ using parts with $u = \sin^n x \implies \mathrm{d}u = n\cos x \sin^{n-1}x$ and $\mathrm{d}v = x^{-n} \implies v = \frac{x^{1-n}}{1-n}$
This gives $$I_n = \frac{n}{n-1}\int_0^{\infty} \left(\frac{\sin x}{x}\right)^{n-1} \cos x \, \mathrm{d}x$$
Which looks so close to $I_{n-1}$ but for that annoying $\cos x$ there, any help?
Note: I wanted to go down this route because I think I can note a pattern, as such: $$I_1 = \frac{\pi}{2} \\ I_2 = \frac{\pi}{2} \\ I_3 = \frac{3\pi}{8} \\ I_4 = \frac{\pi}{3} \\ I_5 = \frac{115\pi}{384} \\ I_6 = \frac{11\pi}{40}$$
$$I_{m, n} = \int_0^\infty \frac{\sin^m x}{x^n} dx,\ \ \ \text{where } m\ge n.$$
By using integration by part twice, one obtains
$$I_{m, n}= \frac{m(m-1)}{(n-1)(n-2)} I_{m-2, n-2} - \frac{m^2}{(n-1)(n-2)} I_{m,n-2}.$$
– Nov 04 '15 at 09:38