OFFSET
1,5
COMMENTS
A tiered poset is a partially ordered set in which every maximal chain has the same length.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..820 (rows 1..40).
FORMULA
Column k is the inverse Euler transform of column k of A361957.
EXAMPLE
Triangle begins:
1;
0, 1;
0, 2, 1;
0, 4, 3, 1;
0, 10, 10, 4, 1;
0, 27, 34, 16, 5, 1;
0, 88, 146, 66, 23, 6, 1;
0, 328, 739, 326, 106, 31, 7, 1;
0, 1460, 4671, 1932, 566, 156, 40, 8, 1;
...
PROG
(PARI) \\ See PARI link in A361957 for program code.
{ my(A=A361958tabl(9)); for(i=1, #A, print(A[i, 1..i])) }
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Apr 03 2023
STATUS
approved