I'm trying to find a formula (mostly in terms of factorials) for the number of elements in $S_{10}$ of order $10$.
We first we count how many elements of $S_{10}$ have the same cycle structure.
So,since $lcm(a,b)=10⟺a=10,b=0$ or $a=5,b=2 $, there are only one $10−cycle$ or ,one $5−cycle$, two $2−cycle$, one $1−cycle$, and therefore the number of elements in $S_{10}$ with order $10$ is equal to $\frac{10!}{5∗2∗4}+\frac{10!}{10}=9!+ \frac{9!}{4}$. Am I right?
Step $1$: any permutation can be written (using the cycle notation) as a product of disjoint cycles (in particular, they commute).
Step $2$: the order of a product of disjoint cycles is the lowest common multiple of the lengths of the cycles. This is fairly easy to prove.
Step $3$: Since $10=2 \cdot 5$, an element in $S_{10}$ has order $10$ if and only if it is composed of a single cycle of length $10$, or of cycles of lengths $5$ and $2$ (minimum one for each). So you get the following types: $$(..........)\quad,\quad (..)(.....)\quad,\quad (..)(..)(.....)$$
Step $4$: Using combinatorics, compute the possibilities for each and add them up.
For a $10$-cycle there are $9!$ possibilities, as by definition $1$ is always the first digit and then you can freely permute the other $9$.
For a $(2,5)$-cycle there are ${10 \choose 3} \cdot {7 \choose 2}\cdot 4!$, as first you choose the three elements that are fixed, then among the remaining seven you choose the ones in the two-cycle, and finally you count how many five-cycles you can form using the five elements that remain.
For a $(2,2,5)$-cycle there are ${10 \choose 1} \cdot {9 \choose 2} \cdot {7 \choose 2} \cdot 4! \cdot \frac{1}{2}$. The logic is the same as above, but in the end you have to divide by two to account for double counting of the two cycles (with the process above you're counting $(12)(34)$ and $(34)(12)$ as separate elements)