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.

A362649 Number of nonisomorphic unordered pairs of involutions on an n-set.

Original entry on oeis.org

1, 1, 3, 4, 10, 13, 27, 36, 69, 92, 162, 217, 365, 487, 782, 1043, 1622, 2154, 3253, 4306, 6355, 8376, 12107, 15893, 22582, 29512, 41285, 53729, 74164, 96100, 131054, 169110, 228165, 293202, 391752, 501406, 664093, 846642, 1112363, 1412768, 1842620
Offset: 0

Views

Author

Andrew Howroyd, May 01 2023

Keywords

Comments

Isomorphism is up to permutation of the elements of the n-set.

Examples

			The a(4)=10 pairs of involutions are:
  {(), ()},
  {(), (34)},
  {(), (12)(34)},
  {(34), (34)},
  {(34), (23)},
  {(34), (12)},
  {(34), (12)(34)},
  {(34), (13)(24)},
  {(12)(34), (12)(34)},
  {(12)(34), (13)(24)}.
		

Crossrefs

Column k=2 of A362648.