A341633 a(n) is the cardinality of the central rank of the free distributive lattice on n generators.
1, 2, 4, 24, 621, 492288, 81203064840
Offset: 1
Examples
a(4)=24 is obtained from the 24 downsets on the 8th and central rank of FD(4), each containing 8 members (enumeration is arbitrary): 1 {{},{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}} 2 {{},{1},{2},{4},{1,2},{1,4},{2,4},{1,2,4}} 3 {{},{1},{3},{4},{1,3},{1,4},{3,4},{1,3,4}} 4 {{},{2},{3},{4},{2,3},{2,4},{3,4},{2,3,4}} 5 {{},{1},{2},{3},{4},{1,2},{1,3},{2,3}} 6 {{},{1},{2},{3},{4},{1,2},{1,4},{2,4}} 7 {{},{1},{2},{3},{4},{1,3},{1,4},{3,4}} 8 {{},{1},{2},{3},{4},{2,3},{2,4},{3,4}} 9 {{},{1},{2},{3},{4},{1,2},{1,3},{1,4}} 10 {{},{1},{2},{3},{4},{1,2},{2,3},{2,4}} 11 {{},{1},{2},{3},{4},{1,3},{2,3},{3,4}} 12 {{},{1},{2},{3},{4},{1,4},{2,4},{3,4}} 13 {{},{1},{2},{3},{4},{1,2},{2,3},{3,4}} 14 {{},{1},{2},{3},{4},{1,2},{1,4},{3,4}} 15 {{},{1},{2},{3},{4},{1,2},{1,4},{2,3}} 16 {{},{1},{2},{3},{4},{1,2},{1,3},{3,4}} 17 {{},{1},{2},{3},{4},{1,2},{2,4},{3,4}} 18 {{},{1},{2},{3},{4},{1,2},{1,3},{2,4}} 19 {{},{1},{2},{3},{4},{1,3},{1,4},{2,3}} 20 {{},{1},{2},{3},{4},{1,3},{1,4},{2,4}} 21 {{},{1},{2},{3},{4},{1,3},{2,4},{3,4}} 22 {{},{1},{2},{3},{4},{1,3},{2,3},{2,4}} 23 {{},{1},{2},{3},{4},{1,4},{2,3},{3,4}} 24 {{},{1},{2},{3},{4},{1,4},{2,3},{2,4}}
Links
- Bruno L. O. Andreotti, Python program for n = 1 to 6
- Aniruddha Biswas and Palash Sarkar, Counting unate and balanced monotone Boolean functions, arXiv:2304.14069 [math.CO], 2023.
- Aniruddha Biswas and Palash Sarkar, Counting Unate and Monotone Boolean Functions Under Restrictions of Balancedness and Non-Degeneracy, J. Int. Seq. (2025) Vol. 28, Art. No. 25.3.4. See pp. 3, 11-12.
- Randolph Church, Numerical analysis of certain free distributive structures, Duke Math. J. 6 (1940). 732--734.
- Randolph Church, Numerical analysis of certain free distributive structures, Duke Math. J. 6 (1940). 732--734.
- Richard P. Stanley, Some application of algebra to combinatorics, Discrete Applied Mathematics, 34 (1991), 241-277.
Programs
-
Python
# See Andreotti link.
Formula
a(n) = A269699(n, 2^(n-1)).
Comments