Exercise
How many 3-cycles are there in S
10
?
6
240
720
1000
That is incorrect.
That is correct, 240 = (10 * 9 * 8)/3.
You are counting every 3-cycle three times.
Recall that a cycle must contain distinct elements.