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!)
A306093 Number of plane partitions of n where parts are colored in 3 colors. 7

%I #17 Oct 16 2018 23:09:22

%S 1,3,21,102,525,2334,11100,47496,210756,886080,3759114,15378051,

%T 63685767,255417357,1030081827,4078689249,16150234665,62991117084,

%U 245948154087,947944122906,3653360869998,13946363438502,53149517598207,200994216333375,759191650345380

%N Number of plane partitions of n where parts are colored in 3 colors.

%C a(0) = 1 corresponds to the empty sum, in which all terms are colored in one among three given colors, since there is no term at all.

%H Alois P. Heinz, <a href="/A306093/b306093.txt">Table of n, a(n) for n = 0..50</a>

%F a(n) = Sum_{k=1..n} A091298(n,k)*3^k.

%e For n = 1, there is only the partition [1], which can be colored in any of the three colors, whence a(1) = 3.

%e 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.

%o (PARI) a(n)=sum(k=1,n,A091298(n,k)*3^k,!n)

%Y Cf. A091298, A208447.

%Y Column 3 of A306100 and A306101. See A306099 for column 2, A306094 .. A306096 for columns 4 .. 6.

%K nonn

%O 0,2

%A _M. F. Hasler_, Sep 22 2018

%E a(12) corrected and a(13)-a(24) added by _Alois P. Heinz_, Sep 24 2018

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 May 3 12:13 EDT 2024. Contains 372209 sequences. (Running on oeis4.)