cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A342132 Number of unlabeled vertically indecomposable modular lattices on n nodes.

Original entry on oeis.org

1, 1, 0, 1, 1, 2, 3, 7, 12, 28, 54, 127, 266, 614, 1356, 3134, 7091, 16482, 37929, 88622, 206295, 484445, 1136897, 2682451, 6333249, 15005945, 35595805, 84649515, 201560350, 480845007, 1148537092, 2747477575, 6579923491, 15777658535, 37871501929
Offset: 1

Views

Author

Jukka Kohonen, Mar 01 2021

Keywords

Comments

A lattice is vertically decomposable if it has an element that is comparable to all elements and is neither the bottom nor the top element. Otherwise the lattice is vertically indecomposable.

Examples

			a(7)=3: These are the three lattices.
      o        o         __o__
     / \      /|\       / /|\ \
    o   o    o o o     o o o o o
   /|\ /    / \|/       \_\|/_/
  o o o    o   o           o
   \|/      \ /
    o        o
		

Crossrefs

Cf. A006981 (modular lattices, including vertically decomposable).