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.

A362904 Number of nonisomorphic ordered triples of involutions on a (2n)-set that pairwise commute.

Original entry on oeis.org

1, 8, 43, 176, 611, 1864, 5161, 13184, 31532, 71264, 153444, 316608, 629236, 1209312, 2255324, 4093056, 7246690, 12542736, 21262582, 35359456, 57767766, 92832784, 146908290, 229169792, 352721676, 536076640, 805132548, 1195771840, 1757278132
Offset: 0

Views

Author

Andrew Howroyd, May 11 2023

Keywords

Comments

Two involutions x,y commute if x*y = y*x. Isomorphism is up to permutation of the elements of the (2n)-set. a(n) also gives the value for a (2n+1)-set.

Crossrefs

Column k=3 of A362903.

Programs

  • PARI
    C(3,30) \\ C(k,n) defined in A362903.

Formula

G.f.: 1/((1 - x)^16*(1 + x)^8*(1 + x^2)).