login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A321924
Tetrangle where T(n,H(u),H(v)) is the coefficient of m(v) in s(u), where u and v are integer partitions of n, H is Heinz number, m is monomial symmetric functions, and s is Schur functions.
1
1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 2, 0, 1, 1, 2, 3, 0, 0, 0, 1, 3, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 2, 2, 3, 4, 0, 0, 1, 2, 1, 3, 5, 0, 0, 0, 1, 0, 2, 5, 0, 0, 0, 1, 1, 3, 6, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0
OFFSET
1,11
COMMENTS
The Heinz number of an integer partition (y_1, ..., y_k) is prime(y_1) * ... * prime(y_k).
EXAMPLE
Tetrangle begins (zeroes not shown):
(1): 1
.
(2): 1 1
(11): 1
.
(3): 1 1 1
(21): 1 2
(111): 1
.
(4): 1 1 1 1 1
(22): 1 1 2
(31): 1 1 2 3
(211): 1 3
(1111): 1
.
(5): 1 1 1 1 1 1 1
(41): 1 1 2 2 3 4
(32): 1 2 1 3 5
(221): 1 2 5
(311): 1 1 3 6
(2111): 1 4
(11111): 1
For example, row 14 gives: s(32) = m(32) + 2m(221) + m(311) + 3m(2111) + 5m(11111).
CROSSREFS
This is a regrouping of the triangle A321761.
Sequence in context: A140698 A231599 A333290 * A124764 A151899 A268374
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, Nov 22 2018
STATUS
approved