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!)
A361920 Number of unlabeled ranked posets with n elements. 5
1, 1, 2, 5, 16, 61, 280, 1501, 9394, 68647, 591570, 6108298, 77162708, 1219779207, 24648006828, 647865966973, 22437052221282, 1032905858402302, 63591727342096158, 5258562027225785955, 586001891321599337103, 88241281449605821921186, 17996565026907866304071630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A partially ordered set is ranked if there is a function from the poset elements to the integers such that the function value of a covering element is precisely one larger than the function value of the covered element. This is called graded by some authors.
LINKS
EXAMPLE
For n=5, A000112(n) - a(n) = 63 - 61 = 2 because we have 2 posets with 5 elements that are not ranked: a<b<c<d a<e<d and a<c<e a<d b<d b<e where < means "is covered by". - Geoffrey Critzer, Oct 29 2023
PROG
(Sage) sum(1 for P in posets(n) if P.is_ranked())
(PARI) \\ See PARI link in A361953 for program code.
A361920seq(20) \\ Andrew Howroyd, Apr 01 2023
CROSSREFS
Row sums of A361953.
Sequence in context: A000111 A007976 A058259 * A368318 A369400 A033543
KEYWORD
nonn
AUTHOR
Martin Rubey, Mar 29 2023
EXTENSIONS
Terms a(8) and beyond from Andrew Howroyd, Mar 31 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 April 24 09:17 EDT 2024. Contains 371935 sequences. (Running on oeis4.)