I'm trying to make an equation array
\begin{eqnarray*}
f^{(a)} (0) &=& \frac{a!}{2 \pi i} \oint_{ |z| = \frac{\varepsilon}{r}} \frac{f(z)}{(z)^{a+1}} dz &=&
&=& \frac{a!}{2 \pi i} \oint_{ |z| = \frac{\varepsilon}{r}} \frac{z-z^{2}-z^{3}-\dots -z^{n-1}}{(z^{a+1})(1-z-z^{2}-z^{3}-%
\dots -z^{n})} dz
\end{eqnarray*}%
Everything appears to be fine except there's an extra = sign to the far right and I can't seem to find any way to get rid of it. Any help would be very appreciated!
Addendum: I'm having trouble formatting this
\begin{align*}
$$f_a = Res (F(z))_{z=0}
&= \Big(Res(F(z)_{z=0} +\sum_{\beta} \text{Res}(F(z)),z=\beta)\Big) - \Big(\sum_{\beta} \text{Res}(F(z)),z=\beta))
&= {2\pi i}\oint F(z)dz - \Big(\sum_{\beta} \text{Res}(F(z)),z=\beta)\Big)
&= - \Big(\sum_{\beta} \text{Res}(F(z)),z=\rho)\beta) $$
\end{align}%
The whole thing is simply staying in one line instead of breaking up into the proper formatting.

:-)– hpesoj626 Jan 27 '13 at 05:00$$...$$from within youralign*and you also need a line-break\\at the end of every equation. – Werner Jan 27 '13 at 06:56