login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A305028
Number of unlabeled blobs spanning n vertices without singleton edges.
4
1, 0, 1, 2, 10, 128
OFFSET
0,4
COMMENTS
A blob is a connected antichain of finite sets that cannot be capped by a hypertree with more than one branch.
LINKS
Gus Wiseman, Every Clutter Is a Tree of Blobs, The Mathematica Journal, Vol. 19, 2017.
EXAMPLE
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}}
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 24 2018
STATUS
approved