OFFSET
0,1
COMMENTS
For the Z-sequence of a Riordan trangle R(G(x), F(x)=x*Fhat(x)) see the first W. Lang link in A006232, where also references are given,
The Z-sequence implies a recurrence formula for R(n, 0) using the previous row entries of R.
R(n, 0) = Sum_{j=0..n-1} Z(j)*R(n-1, j), for n >= 1, and R(0, 0) = G(0), usually 1.
The o.g.f. of the Z-sequence of R is GZ(y) = (1/F^{[-1]}(y))*(1 - 1/G(F^{[-1]}(y))), with the composition inverse F^{[-1]} of F.
LINKS
Index entries for linear recurrences with constant coefficients, signature (-7,-12,-6).
FORMULA
O.g.f.: (8 + 19*x + 18*x^2 + 6*x^3)/((1 + x)*(1 + 6*x+ 6*x^2)).
EXAMPLE
The Riordan triangle A125166 has row n = 3 [64, 36, 10, 1], hence R(0, 4) = 8*64 - 37*36 + 10*181 - 1*865 = 125 = 5^3.
MATHEMATICA
LinearRecurrence[{-7, -12, -6}, {8, -37, 181, -865}, 24] (* Stefano Spezia, Mar 26 2025 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Wolfdieter Lang, Mar 25 2025
STATUS
approved
