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!)
A094508 Triangle read by rows: T[n,m] = number of solid partitions of n with trace m, where the trace of a solid partitions is defined as the sum of the traces of the constituent plane partitions. 9
1, 2, 2, 3, 4, 3, 4, 11, 6, 5, 5, 18, 19, 10, 7, 6, 33, 42, 34, 14, 11, 7, 48, 85, 80, 50, 22, 15, 8, 74, 156, 186, 128, 80, 30, 22, 9, 100, 275, 368, 318, 208, 112, 44, 30, 10, 140, 446, 725, 696, 534, 304, 165, 60, 42, 11, 180, 705, 1300, 1464, 1214, 808, 450, 228, 84, 56 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Last column equals the partition numbers, corresponding to the 'single column' solid partitions.
LINKS
FORMULA
Finding a GF for the solid partitions is an open problem.
EXAMPLE
Table starts {1}, {2,2},{3,4,3},{4,11,6,5},..
T[4,3]=6 since these 6 solid partitions with trace 3 are:
[{{3,1}}], [{{3},{1}}], [{{2,1}},{{1}}], [{{2},{1}},{{1}}], [{{1,1}},{{1}},{{1}}], [{{1},{1}},{{1}},{{1}}]
MATHEMATICA
uses functions defined in A090984, A089924. solidform[q_?PartitionQ]:=Module[{}, Select[Flatten[Outer[z, Sequence@@(planepartitions/@q), 1]], And@@Apply[coversplaneQ, Partition[ #/.z->List, 2, 1], {1}]&]]; tomatrix[par_]:=Block[{l=Max[Length/@ par]}, Map[PadRight[ #, l]&, par]]; Table[Length/@Split[Sort[Plus@@@Map[Tr[tomatrix[ # ]]&, Flatten[solidform/ @Partitions[n]], {2}]]], {n, 12}]
CROSSREFS
Sequence in context: A049787 A084192 A129595 * A183517 A080046 A047675
KEYWORD
nonn,tabl
AUTHOR
Wouter Meeussen, Jun 05 2004
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 16 19:21 EDT 2024. Contains 371754 sequences. (Running on oeis4.)