A109649 Entries in 3-dimensional version of Pascal triangle: trinomial coefficients.
1, 1, 1, 1, 2, 1, 2, 2, 1, 1, 3, 3, 1, 3, 6, 3, 3, 3, 1, 1, 4, 6, 4, 1, 4, 12, 12, 4, 6, 12, 6, 4, 4, 1, 1, 5, 10, 10, 5, 1, 5, 20, 30, 20, 5, 10, 30, 30, 10, 10, 20, 10, 5, 5, 1, 1, 6, 15, 20, 15, 6, 1, 6, 30, 60, 60, 30, 6, 15, 60, 90, 60, 15, 20, 60, 60, 20, 15, 30, 15, 6
Offset: 0
Examples
.1 3 3 1 ... Here is the third slice of the pyramid . 3 6 3 .. 3 3 ... 1 .....
Formula
Coefficients of x, y, z in (x+y+z)^n.
Comments