cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

This page as a plain text file.
%I A192983 #48 May 14 2025 04:23:38
%S A192983 1,4,24,264,5640,151200,5722920,282868992,18371308032,1504791561600,
%T A192983 148978034686800,18007146260231040,2528615024682544512,
%U A192983 426310052282058252672,81830910530970671616000,18305445786667543107072000,4570435510076312321728158720
%N 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.
%C A192983 a(n) / n!^2 is the probability that two permutation in S_n, chosen independently and uniformly at random, have conjugates that commute.
%C A192983 Apparently n | a(n), and, for n>1, n*(n-1) | a(n). - _Alexander R. Povolotsky_, Sep 30 2011
%H A192983 Simon R. Blackburn, John R. Britnell, and Mark Wildon, <a href="https://arxiv.org/abs/1108.1784">The probability that a pair of elements of a finite group are conjugate</a>, arXiv:1108.1784 [math.GR], 2011-2012.
%H A192983 J. R. Britnell and M. Wildon, <a href="https://doi.org/10.1515/JGT.2009.013">Commuting elements in conjugacy classes: an application of Hall's Marriage Theorem to group theory</a>, J. Group Theory, 12 (2009), 795-802.
%H A192983 Mark Wildon, <a href="http://www.ma.rhul.ac.uk/~uvah099/other.html#ConjugacyProbability">Haskell source code</a> for computing values of the sequence.
%e A192983 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.
%o A192983 (Haskell) -- See links for code.
%Y A192983 Cf. A087132 (the sum of squares of the sizes of the conjugacy classes of S_n).
%K A192983 nonn
%O A192983 1,2
%A A192983 _Mark Wildon_, Aug 03 2011