This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A306094 #10 Oct 16 2018 23:05:25 %S A306094 1,4,36,228,1540,8964,56292,316388,1857028,10301892,57884132, %T A306094 312915172,1720407492,9132560068,48898964964,256790538660, %U A306094 1350883911620,6992031608260,36296271612324,185785685287076,952221494828996,4831039856692356,24489621255994276 %N A306094 Number of plane partitions of n where parts are colored in (at most) 4 colors. %C A306094 a(0) = 1 corresponds to the empty sum, in which all terms are colored in one among four given colors, since there is no term at all. %H A306094 Alois P. Heinz, <a href="/A306094/b306094.txt">Table of n, a(n) for n = 0..50</a> %F A306094 a(n) = Sum_{k=1..n} A091298(n,k)*4^k. %e A306094 For n = 1, there is only the partition [1], which can be colored in any of the four colors, whence a(1) = 4. %e A306094 For n = 2, there are the partitions [2], [1,1] and [1;1]. Adding colors, this yields a(2) = 4 + 16 + 16 = 36 distinct possibilities. %o A306094 (PARI) a(n)=!n+sum(k=1,n,A091298(n,k)*4^k) %Y A306094 Cf. A091298, A208447. %Y A306094 Column 4 of A306100 and A306101. See A306099 and A306093 for columns 2 and 3. %K A306094 nonn %O A306094 0,2 %A A306094 _M. F. Hasler_, Sep 22 2018 %E A306094 a(12) corrected and a(13)-a(22) added by _Alois P. Heinz_, Sep 24 2018