Let $x_n$ be the $n$ roots of unity.
Does there exist a closed expression for
$$ F_n:=\prod_{i=1}^n(1+x_i+x^{n-1}_i)?$$
Interestingly, if $n=1$, then $F_n=3$ and if $n=2$ then $F_2=-3$ and if $n=3$ then $F_3=0.$ So maybe it just oscillates between these numbers, but how could one prove something like this?
Note that ${x_i}^{n-1}=\frac{1}{x_i}$ because ${x_i}^n=1, \forall 1 \leq i \leq n$. So, rewriting, $F_n = \displaystyle\prod_{i=1}^{n}\dfrac{{x_i}^2+x_i+1}{x_i}=\prod_{i=1}^n\dfrac{(x_i-\omega)(x_i-{\omega}^2)}{x_i}$, where $\omega$ satisfies $x^2+x+1=0$ i.e. cube root of unity. Since $x_i, 1 \leq i \leq n$ is an $n$th root of unity, it is a root of the polynomial $z^n-1=0$. So, $x^n-1=\displaystyle\prod_{i=1}^n(x-x_i)$. Thus, $F_n=\displaystyle\prod_{i=1}^n\dfrac{(x_i-\omega)(x_i-{\omega}^2)}{x_i}=\dfrac{\prod_{i=1}^n(\omega-x_i)\prod_{i=1}^n({\omega}^2-x_i)}{(-1)^n\prod_{i=1}^n(-x_i)}=\dfrac{f(\omega)f({\omega}^2)}{(-1)^nf(0)}$, where $f(z)=z^n-1=\displaystyle\prod_{i=1}^n(z-x_i)$. So, $F_n=\dfrac{((\omega)^n-1)(({\omega}^2)^n-1)}{(-1)^{n+1}}=(-1)^{n+1}(1-\omega^n)(1-\omega^{2n})$. Can you proceed?