OFFSET
4,2
COMMENTS
LINKS
EXAMPLE
T(5,7)=1 because there is only 1 solid partition of 5 [{{2, 1}, {1}}, {{1}}] that can be extended to a solid partition of 6 in exactly (7+3 =10) ways:
[{{2,1},{2}},{{1}}], [{{2,1},{1,1}},{{1}}], [{{2,2},{1}},{{1}}],
[{{3,1},{1}},{{1}}], [{{2,1,1},{1}},{{1}}], [{{2,1},{1},{1}},{{1}}],
[{{2,1},{1}},{{2}}], [{{2,1},{1}},{{1,1}}], [{{2,1},{1}},{{1},{1}}],
[{{2,1},{1}},{{1}},{{1}}].
Table starts
1;
4;
4,6;
10,12,0,4;
4,30,12,12,0,0,1;
16,48,18,48,0,6,4;
4,70,72,100,27,12,22;
20,102,114,232,76,66,68,6;
...
MATHEMATICA
(* functions 'solidform' and 'coversplaneQ', see A096574 *)
Table[ Rest@BinCounts[Count[Flatten[solidformBTK/@IntegerPartitions[n+1]], q_/; coverssolidQ[q, #]]&/@Flatten[solidformBTK/@IntegerPartitions[n]]] , {n, 1, 8}] (* Wouter Meeussen, Feb 03 2025 *)
CROSSREFS
KEYWORD
nonn,tabf,hard,more
AUTHOR
Wouter Meeussen, Sep 11 2004
STATUS
approved
