OFFSET
0,2
COMMENTS
Sequence starts 1; 3; 3,3; 6,6,1; 3,18,3; 9,24,15; 3,42,38,3; Row sums are A000219= the plane partitions of n+1 apart from offset. Sum(all k, k * T(n,k) ) = A090984(n) by definition. First column is A007425. Row lengths are A120565. - Franklin T. Adams-Watters, Jun 14 2006
EXAMPLE
T(4,1)=2 because the only plane partitions of 4+1=5 that can be shrunk in only 1 way to plane partitions of 4 are {{5}} and {{1},{1},{1},{1},{1}}, producing {{4}} and {{1},{1},{1},{1}} respectively.
T(4,1)=3 because the only plane partitions of 4+1=5 that can be shrunk in only 1 way to plane partitions of 4 are {{5}},{{1,1,1,1,1}} and {{1},{1},{1},{1},{1}}, producing {{4}},{{1,1,1,1}} and {{1},{1},{1},{1}} respectively.
MATHEMATICA
(* functions 'planepartitions' and 'coversplaneQ', see A096574 *) Table[Frequencies[Count[planepartitions[n], q_/; coversplaneQ[ #, q]]&/@ planepartitions[n+1]], {n, 1, 12}]
CROSSREFS
KEYWORD
more,nonn,tabf
AUTHOR
Wouter Meeussen, Sep 12 2004
EXTENSIONS
Corrected and extended by Franklin T. Adams-Watters, Jun 14 2006
More terms from Wouter Meeussen, May 05 2007
STATUS
approved