A318129 Number of sets of nonempty subsets of {1,...,n} with intersection {}.
1, 1, 3, 91, 31827, 2147158387, 9223372011085950171, 170141183460469231602560095290109272523, 57896044618658097711785492504343953923912733397452774312538303978325772978595
Offset: 0
Keywords
Examples
The a(2) = 3 sets of sets are {}, {{1},{2}}, {{1},{2},{1,2}}.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Rest[Subsets[Range[n]]]],Or[#=={},Intersection@@#=={}]&]],{n,0,4}]