A326372 Number of intersecting antichains of (possibly empty) subsets of {1..n}.
2, 3, 5, 13, 82, 2647, 1422565, 229809982113, 423295099074735261881
Offset: 0
Examples
The a(0) = 2 through a(3) = 13 antichains: {} {} {} {} {{}} {{}} {{}} {{}} {{1}} {{1}} {{1}} {{2}} {{2}} {{1,2}} {{3}} {{1,2}} {{1,3}} {{2,3}} {{1,2,3}} {{1,2},{1,3}} {{1,2},{2,3}} {{1,3},{2,3}} {{1,2},{1,3},{2,3}}
Crossrefs
Formula
a(n) = A001206(n + 1) + 1.
Comments