The integral \begin{align} \int_{0}^{\pi/2} \frac{ \sin(n\theta) }{ \sin(\theta) } \ d\theta \end{align} is claimed to not have a closed form expression. In this view find the series solution of the integral as a series involving of $n$.
Editorial note: As described in the problem several series may be obtained, of which, all seem to hold validity. As a particular case, from notes that were made a long while ago, the formula \begin{align} \int_{0}^{\pi/2} \frac{ \sin(n\theta) }{ \sin(\theta) } \ d\theta = \sum_{r=1}^{\infty} (-1)^{r-1} \ \ln\left(\frac{2r+1}{2r-1}\right) \ \sin(r n \pi) \end{align} is stated, but left unproved. Can this formula be proven along with finding other series dependent upon $n$?
$$I_n=\int_0^{\pi/2} \frac{\sin(n\theta)}{\sin\theta}d\theta$$
Case i): When $n$ is odd i.e $n=2k+1$. $$I_{2k+1}-I_{2k+3}=\int_0^{\pi/2} \frac{\sin((2k+1)\theta)-\sin((2k+3)\theta)}{\sin\theta}d\theta=-2\int_0^{\pi/2} \cos(2(k+1)\theta)\,d\theta$$ $$\Rightarrow I_{2k+1}-I_{2k+3}=0 \Rightarrow I_{2k+3}=I_{2k+1}=\cdots=I_1=\frac{\pi}{2}$$ i.e whenever $n$ is odd, the value of the integral is always $\pi/2$
Case ii): When $n$ is even i.e $n=2k$. $$I_{2k}-I_{2k+2}=\int_0^{\pi/2} \frac{\sin(2k\theta)-\sin((2k+2)\theta)}{\sin\theta}d\theta=-2\int_0^{\pi/2}\cos((2k+1)\theta)d\theta$$ $$\Rightarrow I_{2k}-I_{2k+2}=\frac{(-1)^k2}{2k+1} \Rightarrow I_n-I_{n+2}=\frac{2i^n}{n+1}$$ And I doubt the above recursive relation has a nice solution. :P