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.

A381471 Number of non-isomorphic Dynkin systems on n points.

Original entry on oeis.org

1, 1, 2, 3, 7, 13, 63, 838
Offset: 0

Views

Author

Andrew Howroyd, Feb 26 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) = 3 representative systems are:
  {{}, {1,2,3}}
  {{}, {1}, {2,3}, {1,2,3}}
  {{}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}
		

Crossrefs

Cf. A000041, A380571 (labeled case).

Formula

a(n) >= A000041(n).