A327229 Number of set-systems covering n vertices with at least one endpoint/leaf.
0, 1, 4, 50, 3069, 2521782, 412169726428, 4132070622008664529903, 174224571863520492185852863478334475199686, 133392486801388257127953774730008469744261637221272599199572772174870315402893538
Offset: 0
Keywords
Examples
The a(2) = 4 set-systems: {{1,2}} {{1},{2}} {{1},{1,2}} {{2},{1,2}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..12
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,n}]],Union@@#==Range[n]&&Min@@Length/@Split[Sort[Join@@#]]==1&]],{n,0,3}]
Formula
Inverse binomial transform of A327228.
Extensions
Terms a(5) and beyond from Andrew Howroyd, Jan 21 2023
Comments