A370818 Number of sets of nonempty subsets of {1..n} with only one possible way to choose a set of different vertices of each edge.
1, 2, 6, 45, 1352, 157647, 63380093, 85147722812, 385321270991130
Offset: 0
Examples
The set-system {{2},{1,2},{2,4},{1,3,4}} has unique choice (2,1,4,3) so is counted under a(4).
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]], Length[Union[Sort/@Select[Tuples[#],UnsameQ@@#&]]]==1&]],{n,0,3}]
Formula
a(n) = A370638(2^n - 1).
Binomial transform of A368601. - Christian Sievers, Aug 12 2024
Extensions
a(5)-a(8) from Christian Sievers, Aug 12 2024