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.

A334254 Number of closure operators on a set of n elements which satisfy the T_1 separation axiom.

Original entry on oeis.org

1, 2, 1, 8, 545, 702525, 66960965307
Offset: 0

Views

Author

Joshua Moerman, Apr 20 2020

Keywords

Comments

The T_1 axiom states that all singleton sets {x} are closed.
For n>1, this property implies strictness (meaning that the empty set is closed).

Examples

			The a(3) = 8 set-systems of closed sets:
  {{1,2,3},{1},{2},{3},{}}
  {{1,2,3},{1,2},{1},{2},{3},{}}
  {{1,2,3},{1,3},{1},{2},{3},{}}
  {{1,2,3},{2,3},{1},{2},{3},{}}
  {{1,2,3},{1,2},{1,3},{1},{2},{3},{}}
  {{1,2,3},{1,2},{2,3},{1},{2},{3},{}}
  {{1,2,3},{1,3},{2,3},{1},{2},{3},{}}
  {{1,2,3},{1,2},{1,3},{2,3},{1},{2},{3},{}}
		

Crossrefs

The number of all closure operators is given in A102896.
For T_0 closure operators, see A334252.
For strict T_1 closure operators, see A334255, the only difference is a(1).

Extensions

a(6) from Dmitry I. Ignatov, Jul 03 2022