I recently learnt that sums of sine and cosine series whose arguments are in arithmetic progression can be evaluated using complex numbers. I modified it a little; like below I divided it by the argument of sine, and didn't expected a closed form sum. But surprisingly , Wolfram calculator gives this nice answer for it's sum. $$\sum_{n≥1}\frac{\sin n}{n}= \frac{1}{2}(\pi-1)$$
I've never encountered such series so I'm interested in knowing that what are the methods using which we can prove these sums ( assuming the result given by calculator as true ). Thanks !