I want to find the area under a normalised $\operatorname{sinc}$ curve raised to the power of $2 k$ over the range $x=[0,1]$ where $k$ is a non-negative integer. In other words:
$$\int_0^1 \operatorname{sinc}^{2k}(\pi x) dx$$
It is well-established that $\int_0^\infty \operatorname{sinc}(\pi x) dx=\frac{1}{2}$. But I can't figure out how to take a definite integral within this more limited range, and with $\operatorname{sinc}$ raised to power $2k$ that I can then plug any chosen value of $k$ into. (I can use Mathematica to find integrals for a few specific values of $k$, but I can't find a general solution.)
Note that I don't really understand Fourier analysis, sorry. And things are likely to get hairy if I try to plug in a complex exponent because the definition that distinguishes $\operatorname{sinc}(\pi x)$ from $\frac{\sin (\pi x)}{\pi x}$ would be lost.
Is it possible to create this general definite integral? How?
EDIT:
Also, what happens in the limit as $k \rightarrow\infty$? Presumably the value of the integral tends to $0$... Perhaps that's why there's no general expression for it?