Consider the polynomial $P(x) = (x^2 + x + 1)^{2015} + x + 1$ with the roots $x_k, \: 1 \le k \le 4030$.
Evaluate
$$\sum _{k = 1}^{4030} \frac{1}{x_k}$$
I have found that $P(i) = 1$ and the remainder of $P / (x^2 + 1)$ is also $1$.
I think the sum should be $$\frac{-a_1}{a_0}$$ where $a_0$ is the coefficient of $x^{0}$, which is $2$, but I don't know how to find the other coefficient( that of $x^1$ )