A327228 Number of set-systems with n vertices and at least one endpoint/leaf.
0, 1, 6, 65, 3297, 2537672, 412184904221, 4132070624893905681577, 174224571863520492218909428465944685216436, 133392486801388257127953774730008469745829658368044283629394202488602260177922751
Offset: 0
Keywords
Examples
The a(2) = 6 set-systems: {{1}} {{2}} {{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}]],Min@@Length/@Split[Sort[Join@@#]]==1&]],{n,0,4}]
Formula
Binomial transform of A327229.
Extensions
Terms a(5) and beyond from Andrew Howroyd, Jan 21 2023
Comments