I'm having a hard time deciphering some old notes. The aim is to determine the sign of the Gauss sum. Paraphrasing:
Take the polynomial $$ \sum_{i=1}^{p-1}\left(\frac{i}{p}\right)x^i-\sigma\prod_{j=1}^{(p-1)/2}(x^{2j-1}-x^{p-2j+1}) $$ where $\sigma=\pm 1$. We know $x^p-1$ divides this polynomial, so write it as $(x^p-1)f(x)$. Changing variables to $1+u$, we obtain $$ \sum_{i=1}^{p-1}\left(\frac{i}{p}\right)(1+u)^i-\sigma\prod_{j=1}^{(p-1)/2}((1+u)^{2j-1}-(1+u)^{p-2j+1})=((1+u)^p-1)f(1+u). $$
Comparing coefficients, reducing modulo $p$, and applying Wilson's theorem shows $\sigma=1$.
I should mention that $\left(\frac{i}{p}\right)$stands for the Legendre symbol. The last sentence skips too many details for me to reproduce. Can anybody show in a bit more detail how to conclude $\sigma=1$? I appreciate it, thanks kindly.