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.

A362766 Number of nonisomorphic sets of permutations of an n-set.

Original entry on oeis.org

2, 2, 4, 24, 711936, 11076899964874307395625695676727296
Offset: 0

Views

Author

Andrew Howroyd, May 03 2023

Keywords

Comments

Isomorphism is up to permutation of the elements of the n-set.
a(6) has 214 decimal digits.

Examples

			The a(2)=4 sets with permutations shown in cycle notation are:
  {},
  {(1)(2)},
  {(12)},
  {(1)(2), (12)}.
		

Crossrefs

Row sums of A362763.
Cf. A050923.

Formula

a(n) = Sum_{k=0..n!} A362763(n,k).
A050923(n) / n! <= a(n) <= A050923(n).