The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A361921 The number of unlabeled bounded Eulerian posets with n elements. 0
0, 1, 1, 0, 1, 0, 1, 0, 2, 0, 5, 0, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
A graded partially ordered set is Eulerian if every nontrivial interval has the same number of elements of even rank as of odd rank. It is bounded if it has a unique maximal and a unique minimal element.
LINKS
Wikipedia, Eulerian poset
PROG
(Sage) sum(1 for P in posets(n-2) if (Q := P.with_bounds()).is_graded() and Q.is_eulerian())
CROSSREFS
Sequence in context: A242683 A242682 A281731 * A245928 A242839 A105523
KEYWORD
nonn,hard,more
AUTHOR
Martin Rubey, Mar 30 2023
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 May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)