$\xi = \cos{\frac{ 2\pi}{n}}+i \sin{\frac{ 2\pi}{n}}$ , $i^2=-1, n$ is a positive integer.
if $\xi^{a_1}+\xi^{a_2}+...+\xi^{a_k}=0$ ,
$a_1,a_2,...,a_k\in \{0,1,...,n-1\}$ and $a_1,a_2,...,a_k$ are not equal to each other, what's the possible values of k? or, how many possible values are there for k?
For example, when n=24, k could be any number except 1 and 23, some people think k can not be relatively prime with n, but it's not true. For example when n=24 and k=7.$\xi^0 +\xi^8+\xi^{16}+\xi^1+\xi^7+\xi^{13}+\xi^{19}=0$.
I'm not sure how difficult this question is. I calculated some starting value of k and searched in OEIS, but find no result.