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.

A059051 Number of ordered T_0-antichains on an unlabeled n-set; labeled T_1-hypergraphs with n (not necessarily empty) distinct hyperedges.

Original entry on oeis.org

2, 3, 2, 4, 99, 190866
Offset: 0

Views

Author

Vladeta Jovovic, Goran Kilibarda, Dec 19 2000

Keywords

Comments

An antichain on a set is a T_0-antichain if for every two distinct points of the set there exists a member of the antichain containing one but not the other point. T_1-hypergraph is a hypergraph which for every ordered pair (u,v) of distinct nodes has a hyperedge containing u but not v.

Examples

			a(0) = 1 + 1, a(1) = 1 + 2, a(2) = 1 + 1, a(3) = 2 + 2, a(4) = 1 + 13 + 25 + 30 + 30, a(5) = 26 + 354 + 2086 + 8220 + 20580 + 38640 + 60480 + 60480.
		

References

  • V. Jovovic, G. Kilibarda, On enumeration of the class of all monotone Boolean functions, in preparation.

Crossrefs

Formula

a(n) = Sum_{m=0..C(n, floor(n/2))} A(m, n), where A(m, n) is number of m-element ordered T_0-antichains on an unlabeled n-set. Cf. A059048.
a(n) = column sums of A059048.