A361921 The number of unlabeled bounded Eulerian posets with n elements.
0, 1, 1, 0, 1, 0, 1, 0, 2, 0, 5, 0, 11
Offset: 0
Links
- Wikipedia, Eulerian poset
Programs
-
Sage
sum(1 for P in posets(n-2) if (Q := P.with_bounds()).is_graded() and Q.is_eulerian())
Comments