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.

A362764 Number of nonisomorphic 2-sets of permutations of an n-set.

Original entry on oeis.org

0, 1, 5, 23, 89, 484, 2904, 22002, 190555, 1876337, 20445337, 244087420, 3161870208, 44155439706, 661065427533, 10561205778825, 179324080364960, 3224650449785185, 61218223893368714, 1223523447160283853, 25679025453032962132, 564657001202726477313
Offset: 1

Views

Author

Andrew Howroyd, May 03 2023

Keywords

Comments

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

Examples

			The a(3)=5 sets with permutations shown in cycle notation are:
  {(1)(2)(3), (1)(23)},
  {(1)(2)(3), (123)},
  {(1)(23), (12)(3)},
  {(1)(23), (123)},
  {(123), (132)}.
		

Crossrefs

Column k=2 of A362763.

Formula

a(n) = A362645(n) - A000041(n).