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.

A362825 Number of ordered triples of involutions on [n] that pairwise commute.

Original entry on oeis.org

1, 1, 8, 22, 232, 1016, 12496, 73648, 1032032, 7586272, 118141696, 1033672256, 17668427008, 178649596672, 3313667912192, 37898019913216, 756948065453056, 9640771045925888, 205935949714235392, 2885307792776353792, 65568056040976818176
Offset: 0

Views

Author

Andrew Howroyd, May 06 2023

Keywords

Comments

Two involutions x,y on [n] commute if x*y = y*x.

Crossrefs

Column k=3 of A362824.
Cf. A362819.

Programs

  • PARI
    seq(n) = {Vec(serlaplace(exp(x + 7*x^2/2 + 7*x^4/4 + x^8/8 + O(x*x^n))))}

Formula

E.g.f.: exp(x + 7*x^2/2 + 7*x^4/4 + x^8/8).