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!)
A271077 Number of pseudocomplemented lattices on n nodes. 0
1, 1, 1, 1, 2, 4, 10, 29, 99, 391, 1775, 9214 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
R. Belohlavek, V. Vychodil, Residuated lattices of size <=12, Order 27 (2010) 147-161 doi:10.1007/s11083-010-9143-7, Table 6.
Wikipedia, pseudocomplement.
PROG
(SageMath)
for i in range(0, 12):
n = 0
for P in Posets(i):
if P.is_lattice():
L = LatticePoset(P)
if L.is_pseudocomplemented():
n += 1
print(n)
CROSSREFS
Cf. A006966.
Sequence in context: A279552 A261041 A047051 * A365903 A126349 A076315
KEYWORD
nonn,hard,more
AUTHOR
Jori Mäntysalo, Mar 30 2016
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 25 14:35 EDT 2024. Contains 371989 sequences. (Running on oeis4.)