1, 1, 0, 1, 1, 0, 1, 3, 1, 0, 1, 6, 2, 1, 0, 1, 10, 3, 7, 3, 0, 1, 15, 4, 25, 12, 2, 0, 1, 21, 5, 65, 30, 6, 1, 0, 1, 28, 6, 140, 60, 12, 15, 7, 0, 1, 36, 7, 266, 105, 20, 90, 50, 12, 0, 1, 45, 8, 462, 168, 30, 350, 195, 60, 6, 0, 1, 55, 9, 750, 252, 42, 1050, 560, 180, 24, 1, 0
Offset: 0
Array starts:
m\j| 0 1 2 3 4 5 6 7 8 9 10
---|-----------------------------------------------------------------------
m=0| 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
m=1| 1, 1, 1, 1, 3, 2, 1, 7, 12, 6, 1
m=2| 1, 3, 2, 7, 12, 6, 15, 50, 60, 24, 31
m=3| 1, 6, 3, 25, 30, 12, 90, 195, 180, 60, 301
m=4| 1, 10, 4, 65, 60, 20, 350, 560, 420, 120, 1701
m=5| 1, 15, 5, 140, 105, 30, 1050, 1330, 840, 210, 6951
m=6| 1, 21, 6, 266, 168, 42, 2646, 2772, 1512, 336, 22827
m=7| 1, 28, 7, 462, 252, 56, 5880, 5250, 2520, 504, 63987
m=8| 1, 36, 8, 750, 360, 72, 11880, 9240, 3960, 720, 159027
m=9| 1, 45, 9, 1155, 495, 90, 22275, 15345, 5940, 990, 359502
A000217, A001296,A027480,A002378,A001297,A293475,A033486,A007531,A001298
.
m\j| ... 11 12 13 14
---|-----------------------------------------
m=0| ..., 0, 0, 0, 0, ... [A000007]
m=1| ..., 15, 50, 60, 24, ... [A028246]
m=2| ..., 180, 390, 360, 120, ... [A053440]
m=3| ..., 1050, 1680, 1260, 360, ... [A294032]
m=4| ..., 4200, 5320, 3360, 840, ...
m=5| ..., 13230, 13860, 7560, 1680, ...
m=6| ..., 35280, 31500, 15120, 3024, ...
m=7| ..., 83160, 64680, 27720, 5040, ...
m=8| ..., 178200, 122760, 47520, 7920, ...
m=9| ..., 353925, 218790, 77220, 11880, ...
A293476,A293608,A293615,A052762, ...
.
The parameter m runs over the triangles and j indexes the triangles by reading them by rows. Let T(m, n) denote the row [T(m, n, k) for 0 <= k <= n] and T(m) denote the triangle [T(m, n) for n >= 0]. Then for instance T(2) is the triangle A053440, T(3, 2) is row 2 of A294032 (which is [25, 30, 12]) and T(3, 2, 1) = 30.
.
Remark: To adapt the sequences A028246 and A053440 to our enumeration use the exponential generating functions exp(x)/(1 - y*(exp(x) - 1)) and exp(x)*(2*exp(x) - y*exp(2*x) + 2*y*exp(x) - 1 - y)/(1 - y*(exp(x) - 1))^2 instead of those indicated in their respective entries.
Comments