[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A321854 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Irregular triangle where T(H(u),H(v)) is the number of ways to partition the Young diagram of u into vertical sections whose sizes are the parts of v, where H is Heinz number.
(history; published version)
#9 by Jon E. Schoenfield at Mon Feb 04 07:37:34 EST 2019
STATUS

editing

approved

#8 by Jon E. Schoenfield at Mon Feb 04 07:37:32 EST 2019
EXAMPLE

The 12-th 12th row counts the following partitions of the Young diagram of (211) into vertical sections (shown as colorings by positive integers):

STATUS

approved

editing

#7 by Susanna Cuyler at Tue Nov 20 12:22:01 EST 2018
STATUS

proposed

approved

#6 by Gus Wiseman at Mon Nov 19 19:44:27 EST 2018
STATUS

editing

proposed

#5 by Gus Wiseman at Mon Nov 19 19:44:11 EST 2018
#4 by Gus Wiseman at Mon Nov 19 19:43:21 EST 2018
#3 by Gus Wiseman at Mon Nov 19 19:39:02 EST 2018
COMMENTS

A vertical section is a partial Young diagram with at most one square in each row.

#2 by Gus Wiseman at Mon Nov 19 19:26:02 EST 2018
NAME

allocated for Gus WisemanIrregular triangle where T(H(u),H(v)) is the number of ways to partition the Young diagram of u into vertical sections whose sizes are the parts of v, where H is Heinz number.

DATA

1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 1, 1, 3, 1, 0, 2, 0, 4, 1, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 1, 0, 2, 2, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 6, 0, 6, 1, 1, 3, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1

OFFSET

1,11

COMMENTS

Row n has length A000041(A056239(n)).

EXAMPLE

Triangle begins:

1

1

0 1

1 1

0 0 1

0 2 1

0 0 0 0 1

1 3 1

0 2 0 4 1

0 0 0 3 1

0 0 0 0 0 0 1

0 2 2 5 1

0 0 0 0 0 0 0 0 0 0 1

0 0 0 0 0 4 1

0 0 0 6 0 6 1

1 3 4 6 1

0 0 0 0 0 0 0 0 0 0 0 0 0 0 1

0 0 4 10 4 8 1

The 12-th row counts the following partitions of the Young diagram of (211) into vertical sections (shown as colorings by positive integers):

T(12,7) = 0:

.

T(12,9) = 2: 1 2 1 2

1 2

2 1

.

T(12,10) = 2: 1 2 1 2

2 1

2 1

.

T(12,12) = 5: 1 2 1 2 1 2 1 2 1 2

3 2 3 1 3

3 3 2 3 1

.

T(12,16) = 1: 1 2

3

4

MATHEMATICA

primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];

spsu[_, {}]:={{}}; spsu[foo_, set:{i_, ___}]:=Join@@Function[s, Prepend[#, s]&/@spsu[Select[foo, Complement[#, Complement[set, s]]=={}&], Complement[set, s]]]/@Cases[foo, {i, ___}];

ptnpos[y_]:=Position[Table[1, {#}]&/@y, 1];

ptnverts[y_]:=Select[Rest[Subsets[ptnpos[y]]], UnsameQ@@First/@#&];

Table[With[{y=Reverse[primeMS[n]]}, Table[Length[Select[spsu[ptnverts[y], ptnpos[y]], Sort[Length/@#]==primeMS[k]&]], {k, Sort[Times@@Prime/@#&/@IntegerPartitions[Total[primeMS[n]]]]}]], {n, 18}]

KEYWORD

allocated

nonn,tabf

AUTHOR

Gus Wiseman, Nov 19 2018

STATUS

approved

editing

#1 by Gus Wiseman at Mon Nov 19 19:26:02 EST 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved