cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-6 of 6 results.

A048854 Triangle read by rows. A generalization of unsigned Lah numbers, called L[4,1].

Original entry on oeis.org

1, 2, 1, 12, 12, 1, 120, 180, 30, 1, 1680, 3360, 840, 56, 1, 30240, 75600, 25200, 2520, 90, 1, 665280, 1995840, 831600, 110880, 5940, 132, 1, 17297280, 60540480, 30270240, 5045040, 360360, 12012, 182, 1, 518918400, 2075673600, 1210809600, 242161920, 21621600, 960960, 21840, 240, 1, 17643225600, 79394515200, 52929676800, 12350257920, 1323241920, 73513440, 2227680, 36720, 306, 1
Offset: 0

Views

Author

Keywords

Comments

s(n,x) := Sum_{m=0..n} T(n,m)*x^m are monic polynomials satisfying s(n,x+y) = Sum_{k=0..n} binomial(n,k)*s(k,x)*p(n-k,y), with polynomials p(n,x) = Sum_{m=1..n} A048786(n,m)*x^m (row polynomials of triangle A048786) and p(0,x)=1.
In the umbral calculus (see the Roman reference, p. 21) the s(n,x) are called Sheffer polynomials for(1/sqrt(1+4*t),t/(1+4*t)). Here the Sheffer notation differs. See the W. Lang link under A006232.
For the general L[d,a] triangles see A286724, also for references.
This is the generalized signless Lah number triangle L[4,1], the Sheffer triangle ((1 - 4*t)^(-1/2), t/(1 - 4*t)). It is defined as transition matrix
risefac[4,1](x, n) = Sum_{m=0..n} L[4,1](n, m)*fallfac[4,1](x, m), where risefac[4,1](x, n) := Product_{0..n-1} (x + (1 + 4*j)) for n >= 1 and risefac[4,1](x, 0) := 1, and fallfac[4,1](x, n) := Product_{0..n-1} (x - (1 + 4*j)) for n >= 1 and fallfac[4,1](x, 0) := 1.
In matrix notation: L[4,1] = S1phat[4,1]*S2hat[4,1] with the unsigned scaled Stirling1 and the scaled Stirling2 generalizations A290319 and A111578 (but here with offsets 0), respectively.
The a- and z-sequences for this Sheffer matrix have e.g.f.s Ea(t) = 1 + 4*t and Ez(t) = (1 + 4*t)*(1 - (1 + 4*t)^(-1/2))/t, respectively. That is, a = {1, 4, repeat(0)} and z(n) = 2*A292220(n). See the W. Lang link on a- and z-sequences there.
The inverse matrix T^(-1) = L^(-1)[4,1] is Sheffer ((1 + 4*t)^(-1/2), t/(1 + 4*t)). This means that T^(-1)(n, m) = (-1)^(n-m)*T(n, m).
fallfac[4,1](x, n) = Sum_{m=0..n} (-1)^(n-m)*T(n, m)*risefac[4,1](x, m), n >= 0.
Diagonal sequences have o.g.f. G(d, x) = A001813(d)*Sum_{m=0..d} A091042(d, m)*x^m/(1 - x)^{2*d + 1}, for d >= 0 (d=0 main diagonal). G(d, x) generates {A001813(d)*binomial(2*(n + d),2*d)}{n >= 0}. See the second W. Lang link on how to compute o.g.f.s of diagonal sequences of general Sheffer triangles. - _Wolfdieter Lang, Oct 12 2017

Examples

			The triangle T(n, m) begins:
n\m         0          1          2         3        4      5     6   7 8  ...
0:          1
1:          2          1
2:         12         12          1
3:        120        180         30         1
4:       1680       3360        840        56        1
5:      30240      75600      25200      2520       90      1
6:     665280    1995840     831600    110880     5940    132     1
7:   17297280   60540480   30270240   5045040   360360  12012   182   1
8:  518918400 2075673600 1210809600 242161920 21621600 960960 21840 240 1
...
n = 9: 17643225600 79394515200 52929676800 12350257920 1323241920 73513440 2227680 36720 306 1,
n = 10: 670442572800 3352212864000 2514159648000 670442572800 83805321600 5587021440 211629600 4651200 58140 380 1.
...
Recurrence from a-sequence: T(4, 2) = 2*T(3, 1) + 4*4*T(3, 2) = 2*180 + 16*30 = 840.
Recurrence from z-sequence: T(4, 0) = 4*(z(0)*T(3, 0) + z(1)*T(3, 1) + z(2)*T(3, 2)+ z(3)*T(3, 3)) = 4*(2*120 + 2*180 - 8*30 + 60*1) = 1680.
Four term recurrence: T(4, 2) = T(3, 1) + 2*13*T(3, 2) - 8*3*5*T(2, 2) =  180 + 26*30 - 120*1 = 840.
Meixner type identity for n = 2: (D_x - 4*(D_x)^2)*(12 + 12*x + 1*x^2) = (12 + 2*x) - 4*2 = 2*(2 + x).
Sheffer recurrence for R(3, x): [(2 + x) + 8*(1 + x)*D_x + 16*x*(D_x)^2] (12 + 12*x + 1*x^2) = (2 + x)*(12 + 12*x + x^2) + 8*(1 + x)*(12 + 2*x) + 16*2*x = 120 + 180*x + 30*x^2 + x^3 = R(3, x).
Boas-Buck recurrence for column m = 2 with n = 4: T(4, 2) = (4!*10/2)*(1*30/3! + 4*1/2!) = 840.
Diagonal sequence d = 2: {12, 180, 840 ...} has o.g.f. 12*(1 + 10*x + 5*x^2)/(1 - x)^5  (see A001813(2) and row n=2 of A091042) generating
{12*binomial(2*(n + 2), 4)}_{n >= 0}. - _Wolfdieter Lang_, Oct 12 2017
		

References

  • S. Roman, The Umbral Calculus, Academic Press, New York, 1984.

Crossrefs

Related to triangle A046521. Cf. A048786. a(n, 0) = A001813.
A111578, A271703 L[1,0], A286724 L[2,1], A290319, A290596 L[3,1], A290597 L[3,2], A292220.
The diagonal sequences are: A000012, 2*A000384(n+1), 12*A053134, 120*A053135, 1680*A053137, ... - Wolfdieter Lang, Oct 12 2017

Programs

  • Maple
    A290604_row := proc(n) exp(x*t/(1-4*t))/sqrt(1-4*t): series(%, t, n+2): seq(n!*coeff(coeff(%,t,n),x,j), j=0..n) end: seq(A290604_row(n), n=0..9); # Peter Luschny, Sep 23 2017
  • Mathematica
    T[n_, m_] := n!/m! * Binomial[2*n, n] * Binomial[n, m] / Binomial[2*m, m]; Table[a[n, m], {n, 0, 8}, {m, 0, n}] // Flatten (* Jean-François Alcover, Jul 05 2013 *)
    T[0, 0] = 1; T[-1, ] = T[, -1] = 0; T[n_, m_] /; n < m = 0; T[n_, m_] := T[n, m] = T[n-1, m-1] + 2*(4*n-3)*T[n-1, m] - 8*(n-1)*(2*n-3)*T[n-2, m]; Table[T[n, m], {n, 0, 9}, {m, 0, n}] // Flatten (* Jean-François Alcover, Sep 23 2017 *)

Formula

T(n, m) = (n!/m!)*A046521(n, m) = (n!/m!)* binomial(2*n, n)*binomial(n, m)/binomial(2*m, m), n >= m >= 0, a(n, m) := 0, n < m.
Sum_{n>=0, k>=0} T(n, k)*x^n*y^k/(2*n)! = exp(x)*cosh(sqrt(x*y)). - Vladeta Jovovic, Feb 21 2003
T(n, m) = L[4,1](n,m) = Sum_{k=m..n} A290319(n, k)*A111578(k+1, m+1), 0 <= m <= n.
E.g.f. of row polynomials R(n, x) := Sum_{m=0..n} T(n, m)*x^m:
(1 - 4*t)^(-1/2)*exp(x*t/(1 - 4*t)) (this is the e.g.f. for the triangle).
E.g.f. of column m: (1 - 4*t)^(-1/2)*(t/(1 - 4*t))^m/m!, m >= 0.
Three term recurrence for column entries m >= 1: T(n, m) = (n/m)*T(n-1, m-1) + 4*n*T(n-1, m) with T(n, m) = 0 for n < m, and for the column m = 0: T(n, 0) = n*Sum_{j=0..n-1} z(j)*T(n-1, j), n >= 1, T(0, 0) = 0, from the a-sequence {1, 4 repeat(0)} and the z(j) = 2*A292220(j) (see above).
Four term recurrence: T(n, m) = T(n-1, m-1) + 2*(4*n - 3)*T(n-1, m) - 8*(n-1)*(2*n - 3)*T(n-2, m), n >= m >= 0, with T(0, 0) =1, T(-1, m) = 0, T(n, -1) = 0 and T(n, m) = 0 if n < m.
Meixner type identity for (monic) row polynomials: (D_x/(1 + 4*D_x)) * R(n, x) = n * R(n-1, x), n >= 1, with R(0, x) = 1 and D_x = d/dx. That is, Sum_{k=0..n-1} (-4)^k*(D_x)^(k+1)*R(n, x) = n*R(n-1, x), n >= 1.
General recurrence for Sheffer row polynomials (see the Roman reference, p. 50, Corollary 3.7.2, rewritten for the present Sheffer notation):
R(n, x) = [(2 + x)*1 + 8*(1 + x)*D_x + 16*x*(D_x)^2]*R(n-1, x), n >= 1, with R(0, x) = 1.
Boas-Buck recurrence for column m (see a comment in A286724 with references): T(n, m) = (n!/(n-m))*(2 + 4*m)*Sum_{p=0..n-1-m} 4^p*T(n-1-p, m)/(n-1-p)!, for n > m >= 0, with input T(m, m) = 1.
Explicit form (from the o.g.f.s of diagonal sequences): ((2*(n-m))!/(n-m)!)*binomial(2*n,2*(n-m)), n >= m >= 0, and vanishing for n < m. - Wolfdieter Lang, Oct 12 2017

Extensions

Name changed, after merging my newer duplicate, from Wolfdieter Lang, Oct 10 2017

A290596 Triangle read by rows. A generalization of unsigned Lah numbers, called L[3,1].

Original entry on oeis.org

1, 2, 1, 10, 10, 1, 80, 120, 24, 1, 880, 1760, 528, 44, 1, 12320, 30800, 12320, 1540, 70, 1, 209440, 628320, 314160, 52360, 3570, 102, 1, 4188800, 14660800, 8796480, 1832600, 166600, 7140, 140, 1, 96342400, 385369600, 269758720, 67439680, 7663600, 437920, 12880, 184, 1, 2504902400, 11272060800, 9017648640, 2630147520, 358656480, 25618320, 1004640, 21528, 234, 1, 72642169600, 363210848000, 326889763200, 108963254400, 17335063200, 1485862560, 72836400, 2081040, 33930, 290, 1
Offset: 0

Views

Author

Wolfdieter Lang, Sep 13 2017

Keywords

Comments

For the general L[d,a] triangles see A286724, also for references.
This is the generalized signless Lah number triangle L[3,1], the Sheffer triangle ((1 - 3*t)^(-2/3), t/(1 - 3*t)). It is defined as transition matrix
risefac[3,1](x, n) = Sum_{m=0..n} L[3,1](n, m)*fallfac[3,1](x, m), where risefac[3,1](x, n):= Product_{0..n-1} (x + (1 + 3*j)) for n >= 1 and risefac[3,1](x, 0) := 1, and fallfac[3,1](x, n):= Product_{0..n-1} (x - (1 + 3*j)) for n >= 1 and fallfac[3,1](x, 0) := 1.
In matrix notation: L[3,1] = S1phat[3,1]*S2hat[3,1] with the unsigned scaled Stirling1 and the scaled Stirling2 generalizations A286718 and A111577 (but here with offsets 0), respectively.
The a- and z-sequences for this Sheffer matrix has e.g.f.s Ea(t) = 1 + 3*t and (Ez(t) = (1 + 3*t)*(1 - (1 + 3*t)^(-2/3))/t, respectively. That is, a = {1, 3, repeat(0)} and z(n) = A290597(n)/A038500(n+1). For the proof see the second W. Lang link. See also a W. Lang link under A006232 for Sheffer a- and z-sequences with references (in the Riordan case).
The inverse matrix T^(-1) = L^(-1)[3,1] is Sheffer ((1 + 3*t)^(-2/3), t/(1 + 3*t)). This means that T^(-1)(n, m) = (-1)^(n-m)*T(n, m).
fallfac[3,1](x, n) = Sum_{m=0..n} (-1)^(n-m)*T(n, m)*risefac[3,1](x, m), n >= 0.

Examples

			The triangle T(n, m) begins:
n\m         0         1         2        3       4      5     6   7 8  ...
0:          1
1:          2         1
2:         10        10         1
3:         80       120        24        1
4:        880      1760       528       44       1
5:      12320     30800     12320     1540      70      1
6:     209440    628320    314160    52360    3570    102     1
7:    4188800  14660800   8796480  1832600  166600   7140   140   1
8:   96342400 385369600 269758720 67439680 7663600 437920 12880 184 1
...
n = 9: 2504902400 11272060800 9017648640 2630147520 358656480 25618320 1004640 21528 234 1,
n = 10: 72642169600 363210848000 326889763200 108963254400 17335063200 1485862560 72836400 2081040 33930 290 1.
...
Recurrence from a-sequence:  T(4, 2) = 2*T(3, 1) + 3*4*T(3, 2) = 2*120 + 12*24 = 528.
Recurrence from z-sequence: T(4, 0) = 4*(z(0)*T(3, 0) + z(1)*T(3, 1) + z(2)*T(3, 2) + z(3)*T(3, 3)) = 4*(2*80 + 1*120 - (10/3)*24 + 20*1) = 880.
Four term recurrence: T(4, 2) = T(3, 1) + 2*10*T(3, 2) - 3*3*8*T(2, 2) =  120 + 20*24 - 72*1 = 528.
Meixner type identity for n = 2: (D_x - 3*(D_x)^2)*(10 + 10*x + x^2 ) = (10 + 2*x) - 3*2 = 2*(2 + x).
Sheffer recurrence for R(3, x): [(2 + x) + 6*(1 + x)*D_x + 9*x*(D_x)^2] (10 + 10*x + x^2) = (2 + x)*(10 + 10*x + x^2) + 6*(1 + x)*(10 +2*x) + 9*2*x = 80 + 120*x + 24*x^2 + x^3 = R(3, x).
Boas-Buck recurrence for column m = 2 with n = 4: T(4, 2) = (4!*8/2)*(1*24/3! + 3*1/2!) = 528.
		

References

  • Steven Roman, The Umbral Calculus, Academic press, Orlando, London, 1984, p. 50.

Crossrefs

Cf. A008544 (column m=0), A038500, A111577, A271703 L[1,0], A286718, A286724 L[2,1], A290597, A290598 L[3,2].

Formula

T(n, m) = L[3,1](n,m) = Sum_{k=m..n} A286718(n, k)*A111577(k+1, m+1), 0 <= m <= n.
E.g.f. of row polynomials R(n, x) := Sum_{m=0..n} T(n, m)*x^m:
(1 - 3*t)^(-2/3)*exp(x*t/(1 - 3*t)) (this is the e.g.f. for the triangle).
E.g.f. of column m: (1 - 3*t)^(-2/3)*(t/(1 - 3*t))^m/m!, m >= 0.
Three term recurrence for column entries m >= 1: T(n, m) = (n/m)*T(n-1, m-1) + 3*n*T(n-1, m) with T(n, m) = 0 for n < m, and for the column m = 0: T(n, 0) = n*Sum_{j=0}^(n-1) z(j)*T(n-1, j), from the a-sequence {1, 3 repeat(0)} and the z-sequence given above.
Four term recurrence: T(n, m) = T(n-1, m-1) + 2*(3*n - 2)*T(n-1, m) - 3*(n-1)*(3*n - 4)*T(n-2, m), n >= m >= 0, with T(0, 0) = 1, T(-1, m) = 0, T(n, -1) = 0 and T(n, m) = 0 if n < m.
Meixner type identity for (monic) row polynomials: (D_x/(1 + 3*D_x)) * R(n, x) = n*R(n-1, x), n >= 1, with R(0, x) = 1 and D_x = d/dx. That is, Sum_{k=0..n-1} (-3)^k*(D_x)^(k+1)*R(n, x) = n*R(n-1, x), n >= 1.
General recurrence for Sheffer row polynomials (see the Roman reference, p. 50, Corollary 3.7.2, rewritten for the present Sheffer notation):
R(n, x) = [(2 + x)*1 + 6*(1 + x)*D_x + 3^2*x*(D_x)^2]*R(n-1, x), n >= 1, with R(0, x) = 1.
Boas-Buck recurrence for column m (see a comment in A286724 with references): T(n, m) = (n!/(n-m))*(2 + 3*m)*Sum_{p=0..n-1-m} 3^p*T(n-1-p, m)/(n-1-p)!, for n > m >= 0, with input T(m, m) = 1.

A292219 Triangle read by rows. A generalization of unsigned Lah numbers, called L[4,3].

Original entry on oeis.org

1, 6, 1, 60, 20, 1, 840, 420, 42, 1, 15120, 10080, 1512, 72, 1, 332640, 277200, 55440, 3960, 110, 1, 8648640, 8648640, 2162160, 205920, 8580, 156, 1, 259459200, 302702400, 90810720, 10810800, 600600, 16380, 210, 1, 8821612800, 11762150400, 4116752640, 588107520, 40840800, 1485120, 28560, 272, 1
Offset: 0

Views

Author

Wolfdieter Lang, Sep 23 2017

Keywords

Comments

For the general L[d,a] triangles see A286724, also for references.
This is the generalized signless Lah number triangle L[4,3], the Sheffer triangle ((1 - 4*t)^(-3/2), t/(1 - 4*t)). It is defined as transition matrix
risefac[4,3](x, n) = Sum_{m=0..n} L[4,3](n, m)*fallfac[4,3](x, m), where risefac[4,3](x, n) := Product_{0..n-1} (x + (3 + 4*j)) for n >= 1 and risefac[4,3](x, 0) := 1, and fallfac[4,3](x, n):= Product_{0..n-1} (x - (3 + 4*j)) for n >= 1 and fallfac[4,3](x, 0) := 1.
In matrix notation: L[4,3] = S1phat[4,3]*S2hat[4,3] with the unsigned scaled Stirling1 and the scaled Stirling2 generalizations A225471 and A225469, respectively.
The a- and z-sequences for this Sheffer matrix have e.g.f.s Ea(t) = 1 + 4*t and Ez(t) = (1 + 4*t)*(1 - (1 + 4*t)^(-3/2))/t, respectively. That is, a = {1, 4, repeat(0)} and z(n) = 2*A292221(n). See the W. Lang link on a- and z-sequences there.
The inverse matrix T^(-1) = L^(-1)[4,3] is Sheffer ((1 + 4*t)^(-3/2), t/(1 + 4*t)). This means that T^(-1)(n, m) = (-1)^(n-m)*T(n, m).
fallfac[4,3](x, n) = Sum_{m=0..n} (-1)^(n-m)*T(n, m)*risefac[4,3](x, m), n >= 0.
Diagonal sequences have o.g.f. G(d, x) = A001813(d)*Sum_{m=0..d} A103327(d, m)*x^m/(1 - x)^(2*d + 1), for d >= 0 (d=0 main diagonal). G(d, x) generates {A001813(d)*binomial(2*(m + d) + 1, 2*d)}{m >= 0}. See the second W. Lang link on how to compute o.g.f.s of diagonal sequences of general Sheffer triangles. - _Wolfdieter Lang, Oct 12 2017

Examples

			The triangle T(n, m) begins:
  n\m          0           1          2         3        4       5     6   7  8
  0:           1
  1:           6           1
  2:          60          20          1
  3:         840         420         42         1
  4:       15120       10080       1512        72        1
  5:      332640      277200      55440      3960      110       1
  6:     8648640     8648640    2162160    205920     8580     156     1
  7:   259459200   302702400   90810720  10810800   600600   16380   210   1
  8:  8821612800 11762150400 4116752640 588107520 40840800 1485120 28560 272  1
  ...
Recurrence from a-sequence: T(4, 2) = (4/2)*T(3, 1) + 4*4*T(3, 2) = 2*420 + 16*42 = 1512.
Recurrence from z-sequence: T(4, 0) = 4*(z(0)*T(3, 0) + z(1)*T(3, 1) + z(2)*T(3, 2)+ z(3)*T(3, 3)) = 4*(6*840 - 6*420 + 40*42 -420*1) = 15120.
Meixner type identity for n = 2: (D_x - 4*(D_x)^2)*(60 + 20*x + 1*x^2 ) = (20 + 2*x) - 4*2 = 2*(6 + x).
Sheffer recurrence for R(3, x): [(6 + x) + 8*(3 + x)*D_x + 16*x*(D_x)^2] (60 + 20*x + 1*x^2) = (6 + x)*(60 + 20*x + x^2) + 8*(3 + x)*(20 + 2*x) + 16*2*x = 840 + 420*x + 42*x^2 + x^3 = R(3, x).
Boas-Buck recurrence for column m = 2 with n = 4: T(4, 2) = (2*4!/2)*(3 + 2*2)*(1*42/3! + 4*1/2!) = 1512.
Diagonal sequence d = 2: {60, 420, 1512, ...} has o.g.f. 12*(5 + 10*x + x^2)/(1 - x)^5 (see A001813(2) and row n=2 of A103327) generating {12*binomial(2*(m + 2) + 1, 4)}_{m >= 0}. - _Wolfdieter Lang_, Oct 12 2017
		

References

  • Steven Roman, The Umbral Calculus, Academic press, Orlando, London, 1984, p. 50.

Crossrefs

Cf. A225469, A225471, A271703 L[1,0], A286724 L[2,1], A290596 L[3,1], A290597 L[3,2], A048854 L[4,1], A292221, A103327,
Diagonal sequences: A000012, 2*A014105(m+1), 12*A053126(m+4), 120*A053128(m+6), A053130(n+8), ... - Wolfdieter Lang, Oct 12 2017

Formula

T(n, m) = L[4,3](n,m) = Sum_{k=m..n} A225471(n, k)*A225469(k, m), 0 <= m <= n.
E.g.f. of row polynomials R(n, x) := Sum_{m=0..n} T(n, m)*x^m:
(1 - 4*t)^(-3/2)*exp(x*t/(1 - 4*t)) (this is the e.g.f. for the triangle).
E.g.f. of column m: (1 - 4*t)^(-3/2)*(t/(1 - 4*t))^m/m!, m >= 0.
Three term recurrence for column entries k >= 1: T(n, m) = (n/m)*T(n-1, m-1) + 4*n*T(n-1, m) with T(n, m) = 0 for n < m, and for the column m = 0: T(n, 0) = n*Sum_{j=0}^(n-1) z(j)*T(n-1, j), n >= 1, T(0, 0) = 0, from the a-sequence {1, 4 repeat(0)} and z(j) = 2*A292221(j) (see above).
Four term recurrence: T(n, m) = T(n-1, m-1) + 2*(4*n - 1)*T(n-1, m) - 8*(n-1)*(2*n - 1)*T(n-2, m), n >= m >= 0, with T(0, 0) =1, T(-1, m) = 0, T(n, -1) = 0 and T(n, m) = 0 if n < m.
Meixner type identity for (monic) row polynomials: (D_x/(1 + 4*D_x)) * R(n, x) = n * R(n-1, x), n >= 1, with R(0, x) = 1 and D_x = d/dx. That is, Sum_{k=0..n-1} (-4)^k*{D_x)^(k+1)*R(n, x) = n*R(n-1, x), n >= 1.
General recurrence for Sheffer row polynomials (see the Roman reference, p. 50, Corollary 3.7.2, rewritten for the present Sheffer notation):
R(n, x) = [(6 + x)*1 + 8*(3 + x)*D_x + 16*x*(D_x)^2]*R(n-1, x), n >= 1, with R(0, x) = 1.
Boas-Buck recurrence for column m (see a comment in A286724 with references): T(n, m) = (2*n!/(n-m))*(3 + 2*m)*Sum_{p=0..n-1-m} 4^p*T(n-1-p, m)/(n-1-p)!, for n > m >= 0, with input T(m, m) = 1.
Explicit form (from the o.g.f.s of diagonal sequences): ((2*(n-m))!/(n-m)!)*binomial(2*n + 1, 2*(n-m)), n >= m >= 0, and vanishing for n < m. - Wolfdieter Lang, Oct 12 2017

A292220 Expansion of the exponential generating function (1/2)*(1 + 4*x)*(1 - (1 + 4*x)^(-1/2))/x.

Original entry on oeis.org

1, 1, -4, 30, -336, 5040, -95040, 2162160, -57657600, 1764322560, -60949324800, 2346549004800, -99638080819200, 4626053752320000, -233153109116928000, 12677700308232960000, -739781100339240960000, 46113021921146019840000, -3058021453718104473600000
Offset: 0

Views

Author

Wolfdieter Lang, Sep 13 2017

Keywords

Comments

This gives one half of the z-sequence entries for the generalized unsigned Lah number Sheffer matrix Lah[4,1] = A048854.
For Sheffer a- and z-sequences see a W. Lang link under A006232 with the references for the Riordan case, and also the present link for a proof.

Examples

			The sequence z(4,1;n) = 2*a(n) begins: {2,2,-8,60,-672,10080,-190080,4324320,-115315200,3528645120,-121898649600,...}.
		

Crossrefs

Cf. A001147, A006232 (link), A048854, A292221 (z[4,3]/2).

Programs

  • Maple
    f:= gfun:-rectoproc({a(n+1) = -2*(1 + 2*n)*(1 + n)*a(n)/(2 + n),a(0)=1,a(1)=1},a(n),remember):
    map(f, [$0..30]); # Robert Israel, May 10 2020
  • Mathematica
    With[{nn=20},CoefficientList[Series[1/2 (1+4x) (1-(1+4x)^(-1/2))/x,{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, Aug 01 2021 *)

Formula

a(n) = [x^n/n!] (1/2)*(1 + 4*x)*(1 - (1 + 4*x)^(-1/2))/x.
a(0) = 1, a(n) = -(-2)^n*Product_{j=1..n} (2*j - 1)/(n+1) = -((-2)^n/(n+1))*A001147(n), n >= 1.
a(n) ~ -(-1)^n * n^(n-1) * 2^(2*n + 1/2) / exp(n). - Vaclav Kotesovec, Sep 18 2017
a(n+1) = -2*(1 + 2*n)*(1 + n)*a(n)/(2 + n) for n >= 1. - Robert Israel, May 10 2020

A292221 Expansion of the exponential generating function (1/2)*(1 + 4*x)*(1 - (1 + 4*x)^(-3/2))/x.

Original entry on oeis.org

3, -3, 20, -210, 3024, -55440, 1235520, -32432400, 980179200, -33522128640, 1279935820800, -53970627110400, 2490952020480000, -124903451312640000, 6761440164390912000, -393008709555221760000, 24412776311194951680000, -1613955767240110694400000, 113146793787569865523200000, -8384177419658927035269120000
Offset: 0

Views

Author

Wolfdieter Lang, Sep 23 2017

Keywords

Comments

This gives one half of the z-sequence for the generalized unsigned Lah number Sheffer matrix Lah[4,3] = A292219.
For Sheffer a- and z-sequences see a W. Lang link under A006232 with the references for the Riordan case, and also the present link.
a(n) = (-1)^n * A006963(n+2) for all n >= 0. - Michael Somos, Jul 02 2018

Examples

			The sequence z(4,3;n) = 2*a(n) begins: {6, -6, 40, -420, 6048, -110880, 2471040, -64864800, 1960358400, -67044257280, 2559871641600, ...}.
		

Crossrefs

Programs

  • Magma
    [3,-3] cat [(-1)^n*Factorial(2*n+1)/Factorial(n+1): n in [2..30]]; // G. C. Greubel, Jul 28 2018
  • Maple
    seq(coeff(series(factorial(n)*(1/2)*(1+4*x)*(1-(1+4*x)^(-3/2))/x, x,n+1),x,n),n=0..20); # Muniru A Asiru, Jul 29 2018
  • Mathematica
    a[ n_] := If[ n < 1, 3 Boole[n == 0], (-2)^n (2 n + 1)!! / (n + 1)]; (* Michael Somos, Jul 02 2018 *)
    With[{nn=20},CoefficientList[Series[1/2 (1+4x) (1-(1+4x)^(-3/2))/x,{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Dec 24 2018 *)
  • PARI
    {a(n) = if( n<1, 3*(n==0), (-1)^n * (2*n + 1)! / (n + 1)!)}; /* Michael Somos, Jul 02 2018 */
    

Formula

a(n) = [x^n/n!] (1/2)*(1 + 4*x)*(1 - (1 + 4*x)^(-3/2))/x.
a(0) = 3, a(n) = (-2)^n*Product_{j=1..n} (1 + 2*j)/(n+1) = ((-2)^n/(n+1))*A001147(n+1), n >= 1.
0 = a(n)*(-2880*a(n+2) +2760*a(n+3) +952*a(n+4) +45*a(n+5)) +a(n+1)*(+216*a(n+2) -328*a(n+3) -81*a(n+4) -2*a(n+5)) +a(n+2)*(+12*a(n+3) +2*a(n+4)) for all n>0. - Michael Somos, Jul 02 2018

A290603 Numerators in the expansion of the exponential generating function (1/2)*((1 + 3*x)/x)*(1 - (1 + 3*x)^(-4/3)).

Original entry on oeis.org

2, -1, 14, -35, 364, -14560, 79040, -1521520, 304304000, -852051200, 24012352000, -2245154912000, 25560225152000, -949379791360000, 114305326879744000, -1643139073896320000, 75777707878512640000, -33493746882302586880000, 193911166160699187200000, -10684505255454525214720000, 1862156630236360108851200000
Offset: 0

Views

Author

Wolfdieter Lang, Sep 13 2017

Keywords

Comments

The denominators are A038500(n+1), n >= 0.
This gives one half of the numerators of the z-sequence for the generalized unsigned Lah number Sheffer matrix Lah[3,2] = A290598.
For Sheffer a- and z-sequences see a W. Lang link under A006232 with the references for the Riordan case, and also the present link for a proof.

Examples

			The rationals z(3,2;n) = 2*a(n)/A038500(n+1) begin:
{4, -2, 28/3, -70, 728, -29120/3, 158080, -3043040, 608608000/9, -1704102400, 48024704000, -4490309824000/3, ...}
		

Crossrefs

Cf. A007559, A038500, A290597 (z(3,1;n)), A290598.

Formula

a(n) = numerator(r(n)) with the rationals r(n) = [x^n/n!] (1/2)*((1 + 3*x)/x)*(1 - (1 + 3*x)^(-4/3)).
2*a(n)/A038500(n+1) = z(3,2;n) = 4 for n = 0, and ((-1)^n/(n+1))*Product_{j=1..n} (1+3*j) = ((-1)^n/(n+1))*A007559(n+1) for n >= 1.
Showing 1-6 of 6 results.