A192983 a(n) is the number of pairs (g, h) of elements of the symmetric group S_n such that g and h have conjugates that commute.
1, 4, 24, 264, 5640, 151200, 5722920, 282868992, 18371308032, 1504791561600, 148978034686800, 18007146260231040, 2528615024682544512, 426310052282058252672, 81830910530970671616000, 18305445786667543107072000, 4570435510076312321728158720
Offset: 1
Keywords
Examples
For n = 3 the probability that two elements of S_3 have conjugates that commute is a(3)/3!^2 = 2/3. Proof: only the transpositions and three cycles fail to have conjugates that commute; the probability of choosing one permutation from each of these classes is 2*1/2*1/3 = 1/3.
Links
- Simon R. Blackburn, John R. Britnell, and Mark Wildon, The probability that a pair of elements of a finite group are conjugate, arXiv:1108.1784 [math.GR], 2011-2012.
- J. R. Britnell and M. Wildon, Commuting elements in conjugacy classes: an application of Hall's Marriage Theorem to group theory, J. Group Theory, 12 (2009), 795-802.
- Mark Wildon, Haskell source code for computing values of the sequence.
Crossrefs
Cf. A087132 (the sum of squares of the sizes of the conjugacy classes of S_n).
Programs
-
Haskell
-- See links for code.
Comments