login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261994 Number of complemented lattices on n nodes. 0
1, 1, 1, 0, 1, 2, 6, 18, 71, 307, 1594, 9446, 63461 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 10:21 EDT 2024. Contains 371905 sequences. (Running on oeis4.)