I’m trying to perform the contour integral $\oint f(z)\mathrm{d}z=\oint\frac1{(z^2+a^2)\sin\pi z}\mathrm{d}z$ where the contour comprises a straight line from $-\infty-\mathrm{i}a/2$ to $\infty-\mathrm{i}a/2$, as well as a semicircular contour in either the upper or lower half plane. I want to prove that the contribution from the semicircular contour goes to zero as I take the radius of the semicircle to go to infinity. My approach is to consider the estimation lemma as follows:
\begin{align} \left|\int_{\text{Semicircle}}\frac{\mathrm{d}z}{(z^2+a^2)\sin\pi z}\right|&\leq\sup_{z\in\text{Semicircle}}\pi R\left|\frac1{(z^2+a^2)\sin\pi z}\right|\\ &\sim\sup_{z\in\text{Semicircle}}R\cdot\mathcal{O}\left(\frac1{R^2}\right)|\csc\pi z|\\ &\sim\sup_{z\in\text{Semicircle}}\mathcal{O}\left(\frac1{R}\right)|\csc\pi z|. \end{align}
However, I don't see how $\csc z$ decays faster than $1/R$, or simplify it further to show that it decays. Is there a way to do so? Thanks!