I am working on a problem related to counting the number of different colorings on the vertices of a square assuming that the colorings resulting from rotations and reflections are considered the same.
The problem is as follows:
How many ways are there to 4-color the corners of a square with rotations and reflections allowed if adjacent corners must have different colors.
If we label the corners as $\{1,2,3,4\}$, then under rotation and reflection, we have the following cycles: $(1)(2)(3)(4)$, $(1234)$, $(13)(24)$, $(1432)$, $(14)(23)$, $(12)(43)$, $(1)(24)(3)$, $(13)(2)(4)$.
I tried to use the Cauchy-Frobenius-Burnside (CFB) Theorem to count the different possibilities but could not get anything. Any help will be appreciated.
Let's do the Burnside. There are $8$ symmetries (I like to think of them geometrically rather than in abstract cycle notation). The number of squares which are invariant for each of these symmetries are:
Burnside's lemma then tells us that the number of distinct squares, taking the symmetries into account, is $$ \frac{84 + 0 + 0 + 12 + 36 + 36 + 0 + 0}8 = 21 $$