login
A318130
Number of sets of subsets of {1,...,n} with intersection {}.
4
2, 3, 11, 219, 64595, 4294642035, 18446744047940725979, 340282366920938463334247399005993378251, 115792089237316195423570985008687907850547725730273056332267095982282337798563
OFFSET
0,1
FORMULA
Binomial transform of A131288.
Inverse binomial transform of A119563(n) = 2^(2^n) + 2^n - 1.
EXAMPLE
The a(2) = 11 sets of sets:
{}
{{}}
{{},{1}}
{{},{2}}
{{1},{2}}
{{},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n]]], Or[#=={}, Intersection@@#=={}]&]], {n, 0, 4}]
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 18 2018
STATUS
approved