The correct relation is fairly easy to gain by repeated use of partial integration:
1. Let I_{n}=\int_{0}^{2\pi}\sin^{n}tdt=-\cos(t)\sin^{n-1}t\mid_{t=0}^{t=2\pi}+\int_{0}^{2\pi}(n-1)\cos^{2}t\sin^{n-2}t=(n-1)\int_{0}^{2\pi}(\sin^{n-2}t-\sin^{n}t)dt=(n-1)I_{n-2}-(n-1)I_{n}
2. Thus, we have gained the recurrence relation:
I_{n}=(n-1)I_{n-2}-(n-1)I_{n}\to{I}_{n}=\frac{n-1}{n}I_{n-2}, n\geq{2}
(The case is identical if cosine constitutes our base, rather than sine, the exponent "n" remaining the same)
3. We note that I_{0}=2\pi, I_{1}=0
Thus, we easily see that for "n" odd, the integral will be 0.
Henceforth, we assume even n=2p for natural number p.
4. We may write, for any particular "n", the value as a "sew-saw"-pattern starting with "n" as the value in the leftmost denominator:
I_{n}=(\frac{n-1}{n}*\frac{n-3}{n-2}*...*\frac{1}{2})*2\pi
5. This can again be twiddled into an explicit form as follows:
With n=2p, the denominator n*(n-2)*(n-4)...2=2^{p}(p!), where p! is the factorial of p.
Multiplying both the numerator and denominator with this expression yields:
I_{n}=\frac{n!}{2^{n}(p!)^{2}}*2\pi=\pi*2^{1-n}*\frac{n!}{(n-p)!p!}=\pi*2^{1-n}*\binom{n}{p}
The binomial coefficients are closely related to..Pascal's triangle.
