A306093
Number of plane partitions of n where parts are colored in 3 colors.
Original entry on oeis.org
1, 3, 21, 102, 525, 2334, 11100, 47496, 210756, 886080, 3759114, 15378051, 63685767, 255417357, 1030081827, 4078689249, 16150234665, 62991117084, 245948154087, 947944122906, 3653360869998, 13946363438502, 53149517598207, 200994216333375, 759191650345380
Offset: 0
For n = 1, there is only the partition [1], which can be colored in any of the three colors, whence a(1) = 3.
For n = 2, there are the partitions [2], [1,1] and [1;1]. Adding colors, this yields a(2) = 3 + 9 + 9 = 21 distinct possibilities.
-
a(n)=sum(k=1,n,A091298(n,k)*3^k,!n)
A306099
Number of plane partitions of n where parts are colored in 2 colors.
Original entry on oeis.org
1, 2, 10, 34, 122, 378, 1242, 3690, 11266, 32666, 94994, 267202, 754546, 2072578, 5691514, 15364290, 41321962, 109634586, 290048746, 758630698, 1977954706, 5111900410, 13161995010, 33645284962, 85727394018, 217042978882, 547750831210, 1375147078146, 3441516792442
Offset: 0
For n = 1, there is only the partition [1], which can be colored in any of the two colors, whence a(1) = 2.
For n = 2, there are the partitions [2], [1,1] and [1;1]. Adding colors, this yields a(2) = 2 + 4 + 4 = 10 distinct possibilities.
A306095
Number of plane partitions of n where parts are colored in (at most) 5 colors.
Original entry on oeis.org
1, 5, 55, 430, 3605, 25980, 203280, 1417530, 10373080, 71595830, 501688880, 3376856755, 23181027055, 153326091805, 1024829902855, 6713038952355, 44092634675905, 284723995000530, 1845944380173205, 11791816763005330, 75485171060740630, 478105767714603130
Offset: 0
For n = 1, there is only the partition [1], which can be colored in any of the five colors, whence a(1) = 5.
For n = 2, there are the partitions [2], [1,1] and [1;1]. Adding colors, this yields a(2) = 5 + 25 + 25 = 55 distinct possibilities.
Showing 1-3 of 3 results.
Comments