I am looking for "beautiful" arrangements of $k$-ary necklaces of length $ak$ where each of the $k$ types of bead appears $a$ times ($a \geq 1$ a natural number).
A necklace is considered beautiful if the sequence of gap lengths for all $k$ types of bead are equivalent under rotation. A gap length is the number of beads between one bead of a given type and the next bead of that type in the necklace. The sequence is formed by taking the gap lengths between pairs of beads of that type going, say, clockwise.
A trivial solution is to define the sequence of gap lengths as $(k-1,\ldots,k-1)$, where a beautiful necklace arranged per this trivial solution could then be $(1,\ldots,k,\ldots,1,\ldots,k)$. Another trivial solution is to define the sequence of gap lengths as $(0,\ldots,0,a(k-1))$, where a beautiful necklace arranged per this trivial solution could then be $(1,\ldots,1,2,\ldots,2,\ldots,k,\ldots,k)$. We'll call other solutions non-trivial.
There appear to be non-trivial solutions, at least for some values of $a$ and $k$. Here's a quick (and slightly dirty) illustration of one for $k=5$, $a=4$, with gaps $(2,5,4,5)$. To help see the rotational symmetry of the gaps, I've added edges to connect the pairs of nearest beads of the same type.
All I can say right now is (trivially) that the gap lengths must sum to $a(k-1)$ for each type. I suspect some relation of the gap lengths to the factors of $ak$, but I am not certain.
Given particular values for $a$ and $k$, how can I find beautiful arrangements of necklaces with non-trivial solutions? Or what can I say about the gaps in such arrangements?
