Given a polynomial $f(x) = x^{a_1}+x^{a_2}+...+x^{a_n}$, where each $a_j\equiv j - 1$ mod $n$, how can I show that $1+x+...+x^{n-1}$ divides $f(x)$?
So far, I've noted that any root of unity $\zeta_n$ is also a root of $(x-1)f(x)$. This means that the n-th cyclotomic polynomial $\Phi_n(x)$ divides $(x-1)f(x)$. The case where $n=1$ is trivial, and both $(x-1)$ and $\Phi_n(x)$ are irreducible, so $\Phi_n(x)|f(x)$.
I am not sure where to go from here; actually, I can't see any way to go on from here, so maybe I am taking entirely the wrong approach?
Note that $f = 1 + x + \cdots + x^{n - 1}$ divides $x^n - 1$ so when you reduce a polynomial by $f$ you can replace $x^m$ with $x^{m - n}$, i.e., you can reduce the exponents of $x$ modulo $n$.
Polynomials with distinct exponents modulo $n$ will therefore reduce to $f$ modulo $g$, hence reduce to $0$ modulo $f$.