A326941 Number of T_0 sets of subsets of {1..n}.
2, 4, 14, 224, 64210, 4294322204, 18446744009291513774, 340282366920938463075992982725615419816, 115792089237316195423570985008687907843742078391854287068939455414919611614210
Offset: 0
Keywords
Examples
The a(0) = 2 through a(2) = 14 sets of subsets: {} {} {} {{}} {{}} {{}} {{1}} {{1}} {{},{1}} {{2}} {{},{1}} {{},{2}} {{1},{2}} {{1},{1,2}} {{2},{1,2}} {{},{1},{2}} {{},{1},{1,2}} {{},{2},{1,2}} {{1},{2},{1,2}} {{},{1},{2},{1,2}}
Crossrefs
Programs
-
Mathematica
dual[eds_]:=Table[First/@Position[eds,x],{x,Union@@eds}]; Table[Length[Select[Subsets[Subsets[Range[n]]],UnsameQ@@dual[#]&]],{n,0,3}]
Extensions
a(5)-a(8) from Andrew Howroyd, Aug 14 2019
Comments