I'm trying to calculate Fourier coefficient $b_n$ of this periodic function:
I choose this subintervals:
$$f(t)= \left\{ \begin{array}{lcc} -A & if & \frac{-T}{4} \leq t < 0\\ A & if & 0 \leq t < \frac{T}{4}\\ 0 & if & \frac{T}{4} \leq t < \frac{3T}{4} \end{array} \right.$$
For calculate $b_n$
$$b_n = \frac{2}{T}\left(\int_{\frac{-T}{4}}^0 -A * \sin(nwt) dt + \int_{0}^{\frac{T}{4}} A * \sin(nwt) dt\right)$$
I try to calculate it manually and always I get $0$, and I think thay this is imposible because is an odd function, also if I put this formula in wolframalpha and I get the same, how it's that posible?

I put incorrectly the variables in the wolfram input and the limits,
$w = \frac{2\pi}{t}$ should be $w = \frac{2\pi}{t0}$
this is the correct answer formula
Also, this is the Fourier result solution