A203484 For n>=0, let n!^(3) = A202368(n+1) and, for 0<=m<=n, C^(3)(n,m) = n!^(3)/(m!^(3)*(n-m)!^(3)). The sequence gives triangle of numbers C^(3)(n,m) with rows of length n+1.
1, 1, 1, 1, 42, 1, 1, 5, 5, 1, 1, 1092, 130, 1092, 1, 1, 1, 26, 26, 1, 1, 1, 11970, 285, 62244, 285, 11970, 1, 1, 11, 3135, 627, 627, 3135, 11, 1
Offset: 0
Examples
Triangle begins n/m.|..0.....1.....2.....3.....4.....5.....6.....7 ================================================== .0..|..1 .1..|..1......1 .2..|..1.....42.....1 .3..|..1......5 ....5......1 .4..|..1...1092...130...1092.....1 .5..|..1......1....26.....26.....1......1 .6..|..1..11970...285..62244...285..11970....1 .7..|..1.....11..3135....627...627...3135...11.....1 .8..|
Comments