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.

A305028 Number of unlabeled blobs spanning n vertices without singleton edges.

Original entry on oeis.org

1, 0, 1, 2, 10, 128
Offset: 0

Views

Author

Gus Wiseman, May 24 2018

Keywords

Comments

A blob is a connected antichain of finite sets that cannot be capped by a hypertree with more than one branch.

Examples

			Non-isomorphic representatives of the a(4) = 10 blobs:
  {{1,2,3,4}}
  {{1,3,4},{2,3,4}}
  {{1,3},{1,4},{2,3,4}}
  {{1,2},{1,3,4},{2,3,4}}
  {{1,2,4},{1,3,4},{2,3,4}}
  {{1,2},{1,3},{2,4},{3,4}}
  {{1,2},{1,3},{1,4},{2,3,4}}
  {{1,3},{1,4},{2,3},{2,4},{3,4}}
  {{1,2,3},{1,2,4},{1,3,4},{2,3,4}}
  {{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
		

Crossrefs