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.

Previous Showing 21-23 of 23 results.

A380571 Number of Dynkin systems on [n].

Original entry on oeis.org

1, 1, 2, 5, 19, 137, 3708, 1506404, 230328505024
Offset: 0

Views

Author

Peter J. Taylor, Feb 24 2025

Keywords

Comments

A Dynkin system on a set S is a subset of the power set of S which contains the empty set, is closed under complements in S, and is closed under union of disjoint sets.

Examples

			The a(3) = 5 systems are:
  {{}, {1,2,3}}
  {{}, {1}, {2,3}, {1,2,3}}
  {{}, {2}, {1,3}, {1,2,3}}
  {{}, {3}, {1,2}, {1,2,3}}
  {{}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}
The a(4) = 19 systems are 15 sigma-algebras counted by A000110(4) and 4 other systems:
  {{}, {1,2,3,4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}}
  {{}, {1,2,3,4}, {1,2}, {1,3}, {2,4}, {3,4}}
  {{}, {1,2,3,4}, {1,2}, {1,4}, {2,3}, {3,4}}
  {{}, {1,2,3,4}, {1,3}, {1,4}, {2,3}, {2,4}}
		

Crossrefs

Cf. A000110, A102894, A381471 (unlabeled case).

Formula

a(n) >= A000110(n).

A235604 Number of equivalence classes of lattices of subsets of the power set 2^[n].

Original entry on oeis.org

1, 1, 1, 4, 50, 7443, 95239971
Offset: 0

Views

Author

N. J. A. Sloane, Jan 21 2014

Keywords

Comments

This is also the number of inequivalent atomic lattices on n atoms or inequivalent strict closure systems under T1 separation axiom on n elements. - Dmitry I. Ignatov, Sep 27 2022

Crossrefs

The number of inequivalent closure operators on a set of n elements where all singletons are closed is given in A355517.
The number of all strict closure operators is given in A102894.
For T_1 closure operators, see A334254.

Extensions

a(5) from Andrew Weimholt, Jan 27 2014
a(6) from Dmitry I. Ignatov, Sep 27 2022

A299116 The number of sparse union-closed sets. That is, the number of union-closed sets on n elements containing the empty set and the universe, such that in average each set (not counting the empty set) has at most n/2 elements.

Original entry on oeis.org

0, 0, 0, 2, 27, 3133, 5777931
Offset: 1

Views

Author

Gunnar Brinkmann, Feb 05 2018

Keywords

Comments

If there is a counterexample to the union-closed set conjecture, it is a sparse union-closed set.

Crossrefs

Previous Showing 21-23 of 23 results.