I'm trying to determine the number of different colorings of the vertices of a cycle $C_{8}$ graph. Suppose I have 10 colors and I suppose I can use every color as much as I want. I consider two colorings to be the same if I can get from one to the other via an isometry of the octagon. How many different colorings are there?
I tried applying Burnside's lemma, but I'm not really getting anywhere. I know that the order of the symmetries of the graph is the order of the dihedral group $D_{8}$ so 16, but I don't really know how to apply the rest of the lemma. Help would be greatly appreciated!
By burnside's lemma, the number of orbits in the action (classes of unique colorings) is equal to:
$$\frac{\sum\limits_{g\in G}X_g}{|G|}$$.
Where $X_g$ is the number of colorings fixed by a given element $g$ of the group.
In $D_{8\times 2}$ there are $6$ "types" of elements, first are the $4$ reflexions that don't fix any element, then the $4$ reflexions that fix no vertices, the rotations of order $8$, $4$ and $2$, and last but not least the identity.
Notice the reflections that fix no vertices, fix $10^4$ colorings (because they split $C_8$ into $4$ pairs of vertices, such that each pair maps to itself under the action). So we add $4(10^4)$.
The reflections that fix two opposite vertices, fix $10^5$ colorings (because they split the vertices into $3$ pairs of vertices and two fixed vertices). So we add $4(10^5)$
The rotations of order $8$ fix $10$ colorings, every color must be of the same color. So we add $4(10)$.
The rotations of order $4$ fix $10^2$ colorings. So add $2(10^2)$ ( because the permutation splits the cycles into two orbits).
The rotation of order $2$ fixes $10^4$ colorings (it split the vertices into $4$ pairs).
The identity clearly fixes all $10^{8}$ permutations.
So by Burniside there are:
$$\frac{4(10^4)+ 4(10)^5 +4(10)+2(10)^2+10^4+10^{8}}{16}=6278140$$
unique colorings.