I search the Laurent series of $\sin(\frac{z}{z+1})$ in the point $z_0=-1$. What I did is write the taylor expansion
$$\sin\Big(\frac{z}{z+1}\Big)=\sum_{n=0}^\infty(-1)^n\frac{\Big(\frac{z}{z+1}\Big)^{2n+1}}{(2n+1)!}$$
But this can't be right, since I didn't take $z_0$ into account. How can I do the Laurent expansion in this case?
$$\frac z{z+1}=1-\frac1{z+1}$$ so $$\sin\left(\frac z{z+1}\right)=\sin\left(1-\frac1{z+1}\right) =\sin 1\cos\left(\frac1{z+1}\right)-\cos1\sin\left(\frac1{z+1}\right).$$ Can you take it from here?