Comments from
Peter Bala, Jul 10 2008: (Start) This array is the particular case P(1,3) of the generalized Pascal triangle P(a,b), a lower unit triangular matrix, shown below
n\k|0....................1...............2.........3.....4
----------------------------------------------------------
0..|1.....................................................
1..|a....................1................................
2..|a(a+b)...............2a..............1................
3..|a(a+b)(a+2b).........3a(a+b).........3a........1......
4..|a(a+b)(a+2b)(a+3b)...4a(a+b)(a+2b)...6a(a+b)...4a....1
...
See
A094587 for some general properties of these arrays.
Other cases recorded in the database include: P(1,0) = Pascal's triangle
A007318, P(1,1) =
A094587, P(2,0) =
A038207, P(3,0) =
A027465, P(2,1) =
A132159 and P(2,3) =
A136216. (End)
The generalized Pascal matrix that Bala refers to is itself a special case of application of the formalism of
A133314 to fundamental matrices derived from infinitesimal generators described in
A133314, of which the fundamental Pascal (
A007318), unsigned Lah (
A105278) and associated Laguerre (
A135278) matrices are special examples. The formalism gives, among other relations, the inverse of T as TI(n,k) = b(n-k)*C(n,k) where the sequence b is given by the list partition transform (
A133314) of
A007559; i.e., b = LPT(
A007559) = (1,-
A008544)= (1,-1,-2,-10,-80,...). The formalism of
A132382 may also be applied with the double factorial
A001147 replaced by the triple factorial
A007559 (see also
A133480). -
Tom Copeland, Aug 18 2008
Exponential Riordan array [1/(1 - 3*y)^(1/3), y]. The row polynomials R(n,x) thus form a Sheffer sequence of polynomials with associated delta operator equal to d/dx. Thus d/dx(R(n,x)) = n*R(n-1,x). The Sheffer identity is R(n,x + y) = sum {k = 0..n} binomial(n,k)*y^(n-k)*R(k,x).
Define a polynomial sequence P(n,x) of binomial type by setting P(n,x) = product {k = 0..n-1} (x + 3*k) with the convention that P(0,x) = 1. Then this is triangle of connection constants when expressing the basis polynomials P(n,x + 1) in terms of the basis P(n,x).
For example, row 3 is (28, 12, 3, 1) so P(3,x + 1) = (x + 1)*(x + 4)*(x + 7) = 28 + 12*x + 3*x*(x + 3) + x*(x + 3)*(x + 6). (End)