login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072169 Commuting permutations: number of ordered triples of permutations f, g, h in Symm(n) which all commute. 5
1, 1, 8, 48, 504, 4680, 66240, 856800, 14515200, 242040960, 4775500800, 95520902400, 2175146265600, 50438868480000, 1292330988748800, 34092378448128000, 971277752180736000, 28566680100102144000, 896191466580393984000, 29029508406664077312000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
a(1)-a(7) computed by John McKay, Sep 06 2003.
LINKS
FORMULA
Equals A061256(n)*n!.
MATHEMATICA
nn = 20; b = Table[DivisorSigma[1, n], {n, nn}]; Range[0, nn]! CoefficientList[Series[Product[1/(1 - x^m)^b[[m]], {m, nn}], {x, 0, nn}], x] (* T. D. Noe, Jun 19 2012 *)
PROG
(Magma) for n in {1 .. 5} do G := SymmetricGroup(n); t1 := 0; for g in G do for h in G do for i in G do if g*h eq h*g and g*i eq i*g and h*i eq i*h then t1 := t1+1; end if; end for; end for; end for; n, t1; end for;
CROSSREFS
Column k=3 of A362827.
Sequence in context: A165748 A220174 A239888 * A221668 A222382 A220802
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 06 2003. More terms from A061256 from N. J. A. Sloane, Jun 13 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)