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!)
A271078 Number of non-isomorphic atomic lattices on n nodes. 0
0, 1, 1, 0, 1, 1, 2, 4, 9, 22, 59, 181 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
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_atomic():
n += 1
print(n)
CROSSREFS
Cf. A006966.
Sequence in context: A193361 A294281 A293854 * A292790 A278691 A159329
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 26 21:39 EDT 2024. Contains 372004 sequences. (Running on oeis4.)