A190295 A055134(n,k)*k.
1, 2, 2, 12, 12, 3, 108, 108, 36, 4, 1280, 1280, 480, 80, 5, 18750, 18750, 7500, 1500, 150, 6, 326592, 326592, 136080, 30240, 3780, 252, 7, 6588344, 6588344, 2823576, 672280, 96040, 8232, 392, 8
Offset: 1
Examples
Triangle begins 1 2 2 12 12 3 108 108 36 4 1280 1280 480 80 5 18750 18750 7500 1500 150 6
Programs
-
Mathematica
Flatten[CoefficientList[Table[Series[n((n-1)+x)^(n-1),{x,0,20}],{n,1,8}],x]]
Formula
O.g.f. for row n: n*((n-1)+x)^(n-1)
Comments