[go: up one dir, main page]

login
A261994
Number of complemented lattices on n nodes.
0
1, 1, 1, 0, 1, 2, 6, 18, 71, 307, 1594, 9446, 63461
OFFSET
0,6
REFERENCES
R. Belohlavek, V. Vychodil, Residual lattices of size <=12, Order 27 (2010) 147-161 doi:10.1007/s11083-010-9143-7, Table 6
PROG
(Sage)
for n in range(7):
print(len([L for L in Posets(n) if L.is_lattice() and LatticePoset(L).is_complemented()]))
CROSSREFS
Sequence in context: A060181 A131281 A264036 * A177472 A364849 A194088
KEYWORD
nonn,more
AUTHOR
Jori Mäntysalo, Sep 08 2015
STATUS
approved