There are
$
\frac{{8!}}
{{\left( 3 \right)\left( {2^2 \times 2!} \right)\left( {8 - 7} \right)!}} = 1,680
$ 1 3-cycle, 2 2-cycles in 8 objects. See this page for more details. (Also note that he uses the term "cycle class", but the common term is "cycle type".)
EDIT:
Okay, I will explain this a little more. Let me abbreviate "1 3-cycle and two 2-cycles" as {3,2,2}.
I will be complete concrete and show you all 24 redundancies for the cycle type {3,2,2} in 8 objects which you have asked about.
Firstly, I will rewrite my calculation as the following, and I will refer to each factor in the denominator from left to right in the explanation that follows.
$\frac{{8!}}
{{\left( 3 \right)\left( 2 \right)\left( 2 \right)\left( {2!} \right)\left( {8 - (3+2+2)} \right)!}}$
Now, let (1$\to$2$\to$3)(4$\leftrightarrow$5)(6$\leftrightarrow$7)(8) represent the cycle type {3,2,2}.
Then the 24 redundancies we divide by are the following:
For the 3-cycle (rotate the 3-cycle clockwise each time): $=(3)$
Set A
{$(1\to2\to3)$, $(3\to1\to2)$, $(2\to3\to1)$}
For the 2 2-cycle (Rotate one of the 2-cycles each time): $=(2)(2)$
Set $B_1$
{$(5\leftrightarrow4)(7\leftrightarrow6)$,
$(4\leftrightarrow5)(7\leftrightarrow6)$,
$(5\leftrightarrow4)(6\leftrightarrow7)$,
$(4\leftrightarrow5)(6\leftrightarrow7)$}
and... switch the two 2-cycles in the above work: $=(2)(2)$
Set $B_2$
{$(7\leftrightarrow6)(5\leftrightarrow4)$,
$(7\leftrightarrow6)(4\leftrightarrow5)$,
$(6\leftrightarrow7)(5\leftrightarrow4)$,
$(6\leftrightarrow7)(4\leftrightarrow5)$}
$B_1$ and $B_2$ are a result of $(2!)$. That is, when we switch/permute these two 2-cycles, we are saying that there are only two ways we can order these two same length cycles.
For the 1-cycle $=(8 - (3+2+2))$
Set $C$
{$(8)$}
We now take the Kronecker product $\{$A$\}\times\{B_1\cup B_2\}\times\{C\}$ to get $(3)(4+4)(1) = 24$ equivalent permutations. Therefore, we divide by 24 to only use one of them.
Key Point: Because the product of disjoint cycles is commutative, and since we can represent an $n$-cycle in $n$ different ways (by rotating all the numbers inside of it---and keep their cyclic order the same as we do), 23/24 of these permutation representations are redundant. Therefore, we divide by 24 to only use one of them.
In other words, the sum of all versions/conjugates (which we are calculating in this topic) of all cycle types (which we determine by using integer partitions) is what makes up $n!$. Therefore, $n!$ is calculated after eliminating these same permutation representation redundancies.
– Christopher Mowla Jun 13 '15 at 05:50