OFFSET
1,2
COMMENTS
EXAMPLE
T(4,4)=1 because {{2,1},{1}} is the only plane partition of 4 that can be extended in 4+2 = 6 ways to a plane partition of 5.
MATHEMATICA
(* functions 'planepartitions' and 'coversplaneQ', see A096574 *) Table[Frequencies[Count[planepartitions[n+1], q_/; coversplaneQ[q, # ]]&/@ planepartitions[n]], {n, 1, 16}]
CROSSREFS
KEYWORD
AUTHOR
Wouter Meeussen, Sep 07 2004
STATUS
approved