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.

Showing 1-1 of 1 results.

A369926 Number of non-isomorphic set multipartitions (multisets of sets) of weight n without endpoints or singletons.

Original entry on oeis.org

1, 0, 0, 0, 1, 0, 3, 1, 9, 8, 34, 45, 177, 324, 1048, 2566, 8050, 22840, 73562, 231978, 780221, 2653042, 9377141, 33820014, 125473936, 475719042, 1846424607, 7317819857, 29611827086, 122190972442, 513900819816, 2201109101784, 9595815668795, 42553843201446, 191861748624324, 879049648551947
Offset: 0

Views

Author

Andrew Howroyd, Feb 06 2024

Keywords

Comments

A singleton is a part of size 1. An endpoint is a vertex that appears in only one part.
a(n) is also the number of binary matrices with a total of n 1's and every row and column sum at least 2 up to permutation of rows and columns.

Examples

			The a(8) = 9 matrices are:
   [1 1 1 1]  [1 1 1]  [1 1 1 0]  [1 1 1 1]
   [1 1 1 1]  [1 1 1]  [1 1 0 1]  [1 1 0 0]
              [1 1 0]  [0 0 1 1]  [0 0 1 1]
.
   [1 1]  [1 1 0]  [1 1 0]  [1 1 0 0]  [1 1 0 0]
   [1 1]  [1 1 0]  [1 1 0]  [1 1 0 0]  [1 0 1 0]
   [1 1]  [1 0 1]  [1 0 1]  [0 0 1 1]  [0 1 0 1]
   [1 1]  [1 0 1]  [0 1 1]  [0 0 1 1]  [0 0 1 1]
		

Crossrefs

Row sums of A369927.
A321677 is the case without singletons but allowing endpoints (or by duality without endpoints but allowing singletons).
Cf. A330055 (set-systems).

Programs

  • PARI
    Vec(G(25,1)) \\ G defined in A369927.
Showing 1-1 of 1 results.