My teacher was discussing binomial expansions of $(1 + x)^n$ and he gave as an interesting example with $x = i$ whereby you could obtain the sum of all the odd coefficients ($C_n^1+ C_n^3+ C_n^5 ...$) and the even ones. Then by appying deMoivre to $(1 + i)^n$ you could separate the binomial expansion into a real and an imaginary part and compute those separately.
How can I, in a somewhat similar manner, determine the sum of every kth binomial coefficient, using the kth unity root?
By substituting into $(1 + x)^n$ all of the unity roots on by one and then adding the results the results is the sum of every k-th coefficient is equal to $(1 + 1)^n + (1 + \omega)^n + (1 + \omega^2)^n$ but how can I get the closed form for this sum?