A326945 Number of T_0 sets of subsets of {1..n} that are closed under intersection.
2, 4, 12, 96, 4404, 2725942, 151906396568, 28175293281055562650
Offset: 0
Examples
The a(0) = 2 through a(2) = 12 sets of subsets: {} {} {} {{}} {{}} {{}} {{1}} {{1}} {{},{1}} {{2}} {{},{1}} {{},{2}} {{1},{1,2}} {{2},{1,2}} {{},{1},{2}} {{},{1},{1,2}} {{},{2},{1,2}} {{},{1},{2},{1,2}}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n]]],UnsameQ@@dual[#]&&SubsetQ[#,Intersection@@@Tuples[#,2]]&]],{n,0,3}]
Formula
Binomial transform of A326943.
Extensions
a(5)-a(7) from Andrew Howroyd, Aug 14 2019
Comments