I have this permutation in $S_9$:
$\sigma = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 \\ 1 & 8 & 7 & 6 & 9 & 4 & 2 & 3 & 5\end{pmatrix}$
I have obtained it as product of disjoint cyclics:
$(2837)(46)(59)$
I have found that each of them generate a subgroup:
$\left \langle (2837) \right \rangle = \left \{ (2837), (23)(78), (2738), (1) \right \} \\ \left \langle (46) \right \rangle = \left \{ (46), (1) \right \} \\ \left \langle (59) \right \rangle = \left \{ (59), (1) \right \}$
if it is correct, the order of $(2837)(46)(59)$ would be the $lcm$ between the orders of the subgroups of the above, hence $lcm(4,2,2) = 4$.
What I ask is: how can I obtain all the elements in $\left \langle (2837)(46)(59) \right \rangle$, once I have already been calculated the elements in the subgroups of the above?
I have tried to make a product between the elements $\left \langle (2837) \right \rangle \times \left \langle(46) \right \rangle \times \left \langle(59) \right \rangle = \left \{ (59)(46)(2837), (59)(46)(23)(78), \ldots \right \}$,
but it seems that it is not the corrrect way because I obtain more than $4$ elements of the order of $\left \langle (2837)(46)(59) \right \rangle$ calculated above through $lcm$.
Please, can you tell me what can I do? Thanks!