A078436 Triangle read by rows in which n-th row counts multisets associated with hook partitions.
1, 2, 0, 3, 4, 0, 4, 6, 8, 0, 5, 8, 12, 16, 0, 6, 10, 16, 24, 32, 0, 7, 12, 20, 32, 48, 64, 0, 8, 14, 24, 40, 64, 96, 128, 0, 9, 16, 28, 48, 80, 128, 192, 256, 0, 10, 18, 32, 56, 96, 160, 256, 384, 512, 0, 11, 20, 36, 64, 112, 192, 320, 512, 768, 1024, 0, 12, 22, 40, 72, 128
Offset: 1
Examples
Triangle begins 1; 2,0; 3,4,0; 4,6,8,0; 5,8,12,16,0; ... a(13) = 12 because we find 1 + 3 + 4 + 3 + 1 multisets of type 21^(n-2): they are 4; 14,24,34; 114,124,134,234; 1124,1134,1234; and 11234
Formula
G.f.: x*y*(2-x)/(1-2*x*y)/(1-x)^2. - Vladeta Jovovic, Dec 31 2002
Extensions
More terms from Vladeta Jovovic, Dec 31 2002
Comments