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.

A360664 Number of inequivalent n X n matrices using exactly n different symbols, where equivalence means permutations of rows or columns or the symbol set.

Original entry on oeis.org

1, 1, 4, 121, 316622, 170309112972, 27417944542834007012, 1999576637456562016308833727820, 95614444589289128555388037722252407519896044, 4112190260012069813083100063825969898935642267505877920574871
Offset: 0

Views

Author

Alois P. Heinz, Feb 15 2023

Keywords

Examples

			a(2) = 4:
  [1 0]  [1 1]  [1 0]  [1 0]
  [0 0], [0 0], [1 0], [0 1].
		

Crossrefs

Main diagonal of A242106.

Formula

a(n) = A242106(n,n).