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-10 of 12 results. Next

A286722 Column k=2 of the triangle A225470; Sheffer ((1 - 3*x)^(-2/3), (-1/3)*log(1 - 3*x)).

Original entry on oeis.org

1, 15, 231, 4040, 80844, 1835988, 46819324, 1327098024, 41436870696, 1414064576672, 52383613213920, 2094099207620160, 89873259151044160, 4122137910567440640, 201246677825480820480, 10420702442559832716800, 570477791902749185318400, 32923432900388514432614400
Offset: 0

Views

Author

Wolfdieter Lang, May 29 2017

Keywords

Comments

a(n) is, for n >= 1, the total volume of the binomial(n+2, n) rectangular polytopes (hyper-cuboids) built from n orthogonal vectors with lengths of the sides from the set {2 + 3*j | j=0..n+1}. See the formula a(n) = sigma[3,2]^{(n+2)}_n and an example below.

Examples

			a(2) = 231 because sigma[3,2]^{(4)}_2 = 2*(5 + 8 + 11) + 5*(8 + 11) + 8*11 = 231. There are six rectangles (2D rectangular polytopes) built from two orthogonal vectors of different lengths from the set of {2,5,8,11} of total area 231.
		

Crossrefs

Cf. A008544 (k=0), A024395 (k=1), A225470.

Formula

a(n) = A225470(n+2, 2), n >= 0.
E.g.f.: (d^2/dx^2)((1 - 3*x)^(-2/3)*((-1/3)*log(1 - 3*x))^2/2!) = (5*(log(1-3*x))^2 - 21*log(1-3*x) + 9)/(3^2*(1-3*x)^(8/3)).
a(n) = sigma[3,2]^{(n+2)}_n, n >= 0, with the elementary symmetric function sigma[3,2]^{n+2}_n of degree n of the n+2 numbers 2, 5, 8, ..., (2 + 3*(n+1)).

A008544 Triple factorial numbers: Product_{k=0..n-1} (3*k+2).

Original entry on oeis.org

1, 2, 10, 80, 880, 12320, 209440, 4188800, 96342400, 2504902400, 72642169600, 2324549427200, 81359229952000, 3091650738176000, 126757680265216000, 5577337931669504000, 262134882788466688000
Offset: 0

Views

Author

Joe Keane (jgk(AT)jgk.org)

Keywords

Comments

a(n-1), n >= 1, enumerates increasing plane (aka ordered) trees with n vertices (one of them a root labeled 1) where each vertex with outdegree r >= 0 comes in r+1 types (like an (r+1)-ary vertex). See the increasing tree comments under A004747. - Wolfdieter Lang, Oct 12 2007
An example for the case of 3 vertices is shown below. For the enumeration of non-plane trees of this type see A029768. - Peter Bala, Aug 30 2011
a(n) is the product of the positive integers k <= 3*n that have k modulo 3 = 2. - Peter Luschny, Jun 23 2011
See A094638 for connections to differential operators. - Tom Copeland, Sep 20 2011
Partial products of A016789. - Reinhard Zumkeller, Sep 20 2013
The Mathar conjecture is true. Generally from the factorial form, the last term is the "extra" product beyond the prior term, from k=n-1 and 3k+2 evaluates to 3*(n-1)+2 = 3n-1, yielding a(n) = a(n-1)*(3n-1) (eqn1). Similarly, a(n) = a(n-2)*(3n-1)*(3(n-2)+2) = a(n-2)*(3n-1)*(3n-4) (eqn2) and a(n) = a(n-3)*(3n-1)*(3n-4)*(3*(n-2)+2) = a(n-3)*(3n-1)*(3n-4)*(3n-7) (eqn3). We equate (eqn2) and (eqn3) to get a(n-2)*(3n-1)*(3n-4) = a(n-3)*(3n-1)*(3n-4)*(3n-7) or a(n-2)+(7-3n)*a(n-3) = 0 (eqn4). From (eqn1) we have a(n)+(1-3n)*a(n-1) = 0 (eqn5). Combining (eqn4) and (eqn5) yields a(n)+(1-3n)*a(n-1)+a(n-2)+(7-3n)*a(n-3) = 0. - Bill McEachen, Jan 01 2016
a(n-1), n>=1, is the dimension of the n-th component of the operad encoding the multilinearization of the following identity in nonassociative algebras: s*(a,a,b)-(s+t)*(a,b,a)+t*(b,a,a)=0, for any given pair of scalars (s,t). Here (a,b,c) is the associator (ab)c-a(bc). This is proved in the referenced article on associator dependent algebras by Bremner and me. - Vladimir Dotsenko, Mar 22 2022

Examples

			a(2) = 10 from the described trees with 3 vertices: there are three trees with a root vertex (label 1) with outdegree r=2 (like the three 3-stars each with one different ray missing) and the four trees with a root (r=1 and label 1) a vertex with (r=1) and a leaf (r=0). Assigning labels 2 and 3 yields 2*3+4=10 such trees.
a(2) = 10. The 10 possible plane increasing trees on 3 vertices, where vertices of outdegree 1 come in 2 colors (denoted a or b) and vertices of outdegree 2 come in 3 colors (a, b or c), are:
.
   1a    1b    1a    1b        1a       1b       1c
   |     |     |     |        / \      / \      / \
   2a    2b    2b    2a      2   3    2   3    2   3
   |     |     |     |
   3     3     3     3         1a       1b       1c
                              / \      / \      / \
                             3   2    3   2    3   2
		

Crossrefs

a(n) = A004747(n+1, 1) (first column of triangle). Cf. A051141.
Cf. A225470, A290596 (first columns).
Subsequence of A007661.

Programs

  • Haskell
    a008544 n = a008544_list !! n
    a008544_list = scanl (*) 1 a016789_list
    -- Reinhard Zumkeller, Sep 20 2013
    
  • Magma
    [Round((Gamma(2*n-5/3)/Gamma(n-5/6)*Gamma(2/3)/Gamma(5/6) )/ Sqrt(3)*3^n/4^(n-1)): n in [1..20]]; // Vincenzo Librandi, Feb 21 2015
    
  • Magma
    [Round(3^n*Gamma(n+2/3)/Gamma(2/3)): n in [0..20]]; // G. C. Greubel, Mar 31 2019
  • Maple
    a := n -> mul(3*k-1, k = 1..n);
    A008544 := n -> mul(k, k = select(k-> k mod 3 = 2, [$1 .. 3*n])): seq(A008544(n), n = 0 .. 16); # Peter Luschny, Jun 23 2011
  • Mathematica
    k = 3; b[1]=2; b[n_]:= b[n] = b[n-1]+k; a[0]=1; a[1]=2; a[n_]:= a[n] = a[n-1]*b[n]; Table[a[n], {n,0,20}] (* Roger L. Bagula, Sep 17 2008 *)
    Product[3 k + 2, {k, 0, # - 1}] & /@ Range[0, 16] (* Michael De Vlieger, Jan 02 2016 *)
    Table[3^n*Pochhammer[2/3, n], {n,0,20}] (* G. C. Greubel, Mar 31 2019 *)
  • Maxima
    a(n):=((n)!*sum(binomial(k,n-k)*binomial(n+k,k)*3^(-n+k)*(-1)^(n-k),k,floor(n/2),n)); /* Vladimir Kruchinin, Sep 28 2013 */
    
  • PARI
    a(n) = prod(k=0,n-1, 3*k+2 );
    
  • PARI
    vector(20, n, n--; round(3^n*gamma(n+2/3)/gamma(2/3))) \\ G. C. Greubel, Mar 31 2019
    
  • Sage
    @CachedFunction
    def A008544(n): return 1 if n == 0 else (3*n-1)*A008544(n-1)
    [A008544(n) for n in (0..16)]  # Peter Luschny, May 20 2013
    
  • Sage
    [3^n*rising_factorial(2/3, n) for n in (0..20)] # G. C. Greubel, Mar 31 2019
    

Formula

a(n) = Product_{k=0..n-1} (3*k+2) = A007661(3*n-1) (with A007661(-1) = 1).
E.g.f.: (1-3*x)^(-2/3).
a(n) = 2*A034000(n), n >= 1, a(0) = 1.
a(n) ~ 2^(1/2)*Pi^(1/2)*Gamma(2/3)^-1*n^(1/6)*3^n*e^-n*n^n*{1 - 1/36*n^-1 + ...}. - Joe Keane (jgk(AT)jgk.org), Nov 22 2001
a(n) = (Gamma(2*n-5/3)/Gamma(n-5/6)*Gamma(2/3)/Gamma(5/6))/sqrt(3)*3^n/4^(n-1). - Jeremy L. Martin, Mar 31 2002 (typo fixed by Vincenzo Librandi, Feb 21 2015)
From Daniel Dockery (peritus(AT)gmail.com), Jun 13 2003: (Start)
a(n) = A084939(n)/A000142(n)*A000079(n).
a(n) = 3^n*Pochhammer(2/3, n) = 3^n*Gamma(n+2/3)/Gamma(2/3). (End)
Let T = A094638 and c(t) = column vector(1, t, t^2, t^3, t^4, t^5,...), then A008544 = unsigned [ T * c(-3) ] and the list partition transform A133314 of [1,T * c(-3)] gives [1,T * c(3)] with all odd terms negated, which equals a signed version of A007559; i.e., LPT[(1,signed A008544)] = signed A007559. Also LPT[A007559] = (1,-A008544) and e.g.f. [1,T * c(t)] = (1-x*t)^(-1/t) for t = 3 or -3. Analogous results hold for the double factorial, quadruple factorial and so on. - Tom Copeland, Dec 22 2007
G.f.: 1/(1-2x/(1-3x/(1-5x/(1-6x/(1-8x/(1-9x/(1-11x/(1-12x/(1-...))))))))) (continued fraction). - Philippe Deléham, Jan 08 2012
a(n) = (-1)^n*Sum_{k=0..n} 3^k*s(n+1,n+1-k), where s(n,k) are the Stirling numbers of the first kind, A048994. - Mircea Merca, May 03 2012
G.f.: 1/Q(0) where Q(k) = 1 - x*(3*k+2)/(1 - x*(3*k+3)/Q(k+1) ); (continued fraction). - Sergei N. Gladkovskii, Mar 20 2013
G.f.: G(0)/2, where G(k) = 1 + 1/(1 - x*(3*k+2)/(x*(3*k+2) + 1/G(k+1))); (continued fraction). - Sergei N. Gladkovskii, May 25 2013
D-finite with recurrence: a(n) = (9*(n-2)*(n-1)+2)*a(n-2) + 4*a(n-1), n>=2. - Ivan N. Ianakiev, Aug 09 2013
a(n) = n!*Sum_{k=floor(n/2)..n} binomial(k,n-k)*binomial(n+k,k)*3^(-n+k)*(-1)^(n-k). - Vladimir Kruchinin, Sep 28 2013
Recurrence equation: a(n) = 3*a(n-1) + (3*n - 4)^2*a(n-2) with a(0) = 1 and a(1) = 2. A024396 satisfies the same recurrence (but with different initial conditions). This observation leads to a continued fraction expansion for the constant A193534 due to Euler. - Peter Bala, Feb 20 2015
a(n) = A225470(n, 0), n >= 0. - Wolfdieter Lang, May 29 2017
G.f.: Hypergeometric2F0(1, 2/3; -; 3*x). - G. C. Greubel, Mar 31 2019
D-finite with recurrence: a(n) + (-3*n+1)*a(n-1)=0. - R. J. Mathar, Jan 17 2020
G.f.: 1/(1-2*x-6*x^2/(1-8*x-30*x^2/(1-14*x-72*x^2/(1-20*x-132*x^2/(1-...))))) (Jacobi continued fraction). - Nikolaos Pantelidis, Feb 28 2020
G.f.: 1/G(0), where G(k) = 1 - (6*k+2)*x - 3*(k+1)*(3*k+2)*x^2/G(k+1). - Nikolaos Pantelidis, Feb 28 2020
Sum_{n>=0} 1/a(n) = 1 + (e/3)^(1/3) * (Gamma(2/3) - Gamma(2/3, 1/3)). - Amiram Eldar, Mar 01 2022

A286718 Triangle read by rows: T(n, k) is the Sheffer triangle ((1 - 3*x)^(-1/3), (-1/3)*log(1 - 3*x)). A generalized Stirling1 triangle.

Original entry on oeis.org

1, 1, 1, 4, 5, 1, 28, 39, 12, 1, 280, 418, 159, 22, 1, 3640, 5714, 2485, 445, 35, 1, 58240, 95064, 45474, 9605, 1005, 51, 1, 1106560, 1864456, 959070, 227969, 28700, 1974, 70, 1, 24344320, 42124592, 22963996, 5974388, 859369, 72128, 3514, 92, 1, 608608000, 1077459120, 616224492, 172323696, 27458613, 2662569, 159978, 5814, 117, 1, 17041024000, 30777463360, 18331744896, 5441287980, 941164860, 102010545, 7141953, 322770, 9090, 145, 1
Offset: 0

Views

Author

Wolfdieter Lang, May 18 2017

Keywords

Comments

This is a generalization of the unsigned Stirling1 triangle A132393.
In general the lower triangular Sheffer matrix ((1 - d*x)^(-a/d), (-1/d)*log(1 - d*x)) is called here |S1hat[d,a]|. The signed matrix S1hat[d,a] with elements (-1)^(n-k)*|S1hat[d,a]|(n, k) is the inverse of the generalized Stirling2 Sheffer matrix S2hat[d,a] with elements S2[d,a](n, k)/d^k, where S2[d,a] is Sheffer (exp(a*x), exp(d*x) - 1).
In the Bala link the signed S1hat[d,a] (with row scaled elements S1[d,a](n,k)/d^n where S1[d,a] is the inverse matrix of S2[d,a]) is denoted by s_{(d,0,a)}, and there the notion exponential Riordan array is used for Sheffer array.
In the Luschny link the elements of |S1hat[m,m-1]| are called Stirling-Frobenius cycle numbers SF-C with parameter m.
From Wolfdieter Lang, Aug 09 2017: (Start)
The general row polynomials R(d,a;n,x) = Sum_{k=0..n} T(d,a;n,k)*x^k of the Sheffer triangle |S1hat[d,a]| satisfy, as special polynomials of the Boas-Buck class (see the reference), the identity (we use the notation of Rainville, Theorem 50, p. 141, adapted to an exponential generating function)
(E_x - n*1)*R(d,a;n,x) = -n!*Sum_{k=0..n-1} d^k*(a*1 + d*beta(k)*E_x)*R(d,a;n-1-k,x)/(n-1-k)!, for n >= 0, with E_x = x*d/dx (Euler operator), and beta(k) = A002208(k+1)/A002209(k+1).
This entails a recurrence for the sequence of column k, for n > k >= 0: T(d,a;n,k) = (n!/(n - k))*Sum_{p=k..n-1} d^(n-1-p)*(a + d*k*beta(n-1-p))*T(d,a;p,k)/p!, with input T(d,a;k,k) = 1. For the present [d,a] = [3,1] case see the formula and example sections below. (End)
The inverse of the Sheffer triangular matrix S2[3,1] = A282629 is the Sheffer matrix S1[3,1] = (1/(1 + x)^(1/3), log(1 + x)/3) with rational elements S1[3,1](n, k) = (-1)^(n-m)*T(n, k)/3^n. - Wolfdieter Lang, Nov 15 2018

Examples

			The triangle T(n, k) begins:
n\k        0        1        2       3      4     5    6  7 8 ...
O:         1
1:         1        1
2:         4        5        1
3:        28       39       12       1
4:       280      418      159      22      1
5:      3640     5714     2485     445     35     1
6:     58240    95064    45474    9605   1005    51    1
7:   1106560  1864456   959070  227969  28700  1974   70  1
8:  24344320 42124592 22963996 5974388 859369 72128 3514 92 1
...
From _Wolfdieter Lang_, Aug 09 2017: (Start)
Recurrence: T(3, 1) = T(2, 0) + (3*3-2)*T(2, 1) = 4 + 7*5 = 39.
Boas-Buck recurrence for column k = 2 and n = 5:
T(5, 2) = (5!/3)*(3^2*(1 + 6*(3/8))*T(2,2)/2! + 3*(1 + 6*(5/12)*T(3, 2)/3! + (1 + 6*(1/2))* T(4, 2)/4!)) = (5!/3)*(9*(1 + 9/4)/2 + 3*(1 + 15/6)*12/6 + (1 + 3)*159/24) = 2485.
The beta sequence begins: {1/2, 5/12, 3/8, 251/720, 95/288, 19087/60480, ...}.
(End)
		

References

  • Ralph P. Boas, jr. and R. Creighton Buck, Polynomial Expansions of analytic functions, Springer, 1958, pp. 17 - 21, (last sign in eq. (6.11) should be -).
  • Earl D. Rainville, Special Functions, The Macmillan Company, New York, 1960, ch. 8, sect. 76, 140 - 146.

Crossrefs

S2[d,a] for [d,a] = [1,0], [2,1], [3,1], [3,2], [4,1] and [4,3] is A048993, A154537, A282629, A225466, A285061 and A225467, respectively.
S2hat[d,a] for these [d,a] values is A048993, A039755, A111577 (offset 0), A225468, A111578 (offset 0) and A225469, respectively.
|S1hat[d,a]| for [d,a] = [1,0], [2,1], [3,2], [4,1] and [4,3] is A132393, A028338, A225470, A290317 and A225471, respectively.
Column sequences for k = 0..4: A007559, A024216(n-1), A286721(n-2), A382984, A382985.
Diagonal sequences: A000012, A000326(n+1), A024212(n+1), A024213(n+1).
Row sums: A008544. Alternating row sums: A000007.
Beta sequence: A002208(n+1)/A002209(n+1).

Programs

  • Mathematica
    T[n_ /; n >= 1, k_] /; 0 <= k <= n := T[n, k] = T[n-1, k-1] + (3*n-2)* T[n-1, k]; T[, -1] = 0; T[0, 0] = 1; T[n, k_] /; nJean-François Alcover, Jun 20 2018 *)

Formula

Recurrence: T(n, k) = T(n-1, k-1) + (3*n-2)*T(n-1, k), for n >= 1, k = 0..n, and T(n, -1) = 0, T(0, 0) = 1 and T(n, k) = 0 for n < k.
E.g.f. of row polynomials R(n, x) = Sum_{k=0..n} T(n, k)*x^k (i.e., e.g.f. of the triangle) is (1 - 3*z)^{-(x+1)/3}.
E.g.f. of column k is (1 - 3*x)^(-1/3)*((-1/3)*log(1 - 3*x))^k/k!.
Recurrence for row polynomials is R(n, x) = (x+1)*R(n-1, x+3), with R(0, x) = 1.
Row polynomial R(n, x) = risefac(3,1;x,n) with the rising factorial
risefac(d,a;x,n) := Product_{j=0..n-1} (x + (a + j*d)). (For the signed case see the Bala link, eq. (16)).
T(n, k) = sigma^{(n)}{n-k}(a_0,a_1,...,a{n-1}) with the elementary symmetric functions with indeterminates a_j = 1 + 3*j.
T(n, k) = Sum_{j=0..n-k} binomial(n-j, k)*|S1|(n, n-j)*3^j, with the unsigned Stirling1 triangle |S1| = A132393.
Boas-Buck column recurrence (see a comment above): T(n, k) =
(n!/(n - k))*Sum_{p=k..n-1} 3^(n-1-p)*(1 + 3*k*beta(n-1-p))*T(p, k)/p!, for n > k >= 0, with input T(k, k) = 1, with beta(k) = A002208(k+1)/A002209(k+1). See an example below. - Wolfdieter Lang, Aug 09 2017

A225471 Triangle read by rows, s_4(n, k) where s_m(n, k) are the Stirling-Frobenius cycle numbers of order m; n >= 0, k >= 0.

Original entry on oeis.org

1, 3, 1, 21, 10, 1, 231, 131, 21, 1, 3465, 2196, 446, 36, 1, 65835, 45189, 10670, 1130, 55, 1, 1514205, 1105182, 290599, 36660, 2395, 78, 1, 40883535, 31354119, 8951355, 1280419, 101325, 4501, 105, 1, 1267389585, 1012861224, 308846124, 48644344, 4421494, 240856, 7756, 136, 1
Offset: 0

Views

Author

Peter Luschny, May 17 2013

Keywords

Comments

The Stirling-Frobenius cycle numbers are defined in A225470.
Triangle T(n,k), read by rows, given by (3, 4, 7, 8, 11, 12, 15, 16, 19, 20, ... (A014601)) DELTA (1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, ...) where DELTA is the operator defined in A084938. - Philippe Deléham, May 14 2015

Examples

			[n\k][    0,       1,      2,     3,    4,  5,  6 ]
[0]       1,
[1]       3,       1,
[2]      21,      10,      1,
[3]     231,     131,     21,     1,
[4]    3465,    2196,    446,    36,    1,
[5]   65835,   45189,  10670,  1130,   55,  1,
[6] 1514205, 1105182, 290599, 36660, 2395, 78,  1.
...
From _Wolfdieter Lang_, Aug 11 2017: (Start)
Recurrence: T(4, 2) = T(3, 1) + (4*4 - 1)*T(3, 2) = 131 +15*21 = 446.
Boas-Buck recurrence for column k=2 and n=4: T(4, 2) = (4!/2)*(4*(3+8*(5/12)) *T(2, 2)/2! + 1*(3 + 8*(1/2))*T(3,2)/3!) = (4!/2)*(4*(19/3)/2  + 7*21/3!) =  446.
(End)
		

Crossrefs

Columns k=0..3 give A008545, A286723(n-1), A383702, A383703.
Cf. A132393 (m=1), A028338 (m=2), A225470 (m=3).

Programs

  • Mathematica
    T[0, 0] = 1; T[n_, k_] := Sum[Binomial[n - j, k]*Abs[StirlingS1[n, n - j]]* 3^(n - k - j)*4^j, {j, 0, n - k}];
    Table[T[n, k], {n, 0, 8}, {k, 0, n}] // Flatten (* Jean-François Alcover, Jul 30 2018, after Wolfdieter Lang *)
  • Sage
    @CachedFunction
    def SF_C(n, k, m):
        if k > n or k < 0 : return 0
        if n == 0 and k == 0: return 1
        return SF_C(n-1, k-1, m) + (m*n-1)*SF_C(n-1, k, m)
    for n in (0..8): [SF_C(n, k, 4) for k in (0..n)]

Formula

For a recurrence see the Sage program.
T(n, 0) ~ A008545; T(n, n) ~ A000012; T(n, n-1) = A014105.
Row sums ~ A047053; alternating row sums ~ A001813.
From Wolfdieter Lang, May 29 2017: (Start)
This is the Sheffer triangle (1/(1 - 4*x)^{-3/4}, -(1/4)*log(1-4*x)). See the P. Bala link where this is called exponential Riordan array, and the signed version is denoted by s_{(4,0,3)}.
E.g.f. of row polynomials in the variable x (i.e., of the triangle): (1 - 4*z)^{-(3+x)/4}.
E.g.f. of column k: (1-4*x)^(-3/4)*(-(1/4)*log(1-4*x))^k/k!, k >= 0.
Recurrence for row polynomials R(n, x) = Sum_{k=0..n} T(n, k)*x^k: R(n, x) = (x+3)*R(n-1,x+4), with R(0, x) = 1.
R(n, x) = risefac(4,3;x,n) := Product_{j=0..(n-1)} (x + (3 + 4*j)). (See the P. Bala link, eq. (16) for the signed s_{4,0,3} row polynomials.)
T(n, k) = Sum_{j=0..(n-m)} binomial(n-j, k)* S1p(n, n-j)*3^(n-k-j)*4^j, with S1p(n, m) = A132393(n, m).
T(n, k) = sigma[4,3]^{(n)}_{n-k}, with the elementary symmetric functions sigma[4,3]^{(n)}_m of degree m in the n numbers 3, 7, 11, ..., 3+4*(n-1), with sigma[4,3]^{(n)}_0 := 1. (End)
Boas-Buck type recurrence for column sequence k: T(n, k) = (n!/(n - k)) * Sum_{p=k..n-1} 4^(n-1-p)*(3 + 8*beta(n-1-p))*T(p, k)/p!, for n > k >= 0, with input T(k, k) = 1, and beta(k) = A002208(k+1)/A002209(k+1), beginning with {1/2, 5/12, 3/8, 251/720, ...}. See a comment and references in A286718. - Wolfdieter Lang, Aug 11 2017

A024395 a(n) = n-th elementary symmetric function of the first n+1 positive integers congruent to 2 mod 3.

Original entry on oeis.org

1, 7, 66, 806, 12164, 219108, 4591600, 109795600, 2951028000, 88084714400, 2891353030400, 103521905491200, 4015191638617600, 167714507921497600, 7506196028811110400, 358368551285791692800, 18180562447078051328000
Offset: 0

Views

Author

Keywords

Comments

Comment by R. J. Mathar, Oct 01 2016 (Start):
The k-th elementary symmetric functions of the integers 2+j*3, j=0..n-1, form a triangle T(n,k), 0<=k<=n, n>=0:
1
1 2
1 7 10
1 15 66 80
1 26 231 806 880
1 40 595 4040 12164 12320
1 57 1275 14155 80844 219108 209440
1 77 2415 39655 363944 1835988 4591600 4188800
1 100 4186 95200 1276009 10206700 46819324 109795600 96342400
This here is the first subdiagonal. The diagonal seems to be A008544. The first columns are A000012, A005449, A024391, A024392. (End)

Examples

			From _Gheorghe Coserea_, Dec 24 2015: (Start)
For n=1 we have a(1) = 2*5*(1/2 + 1/5) = 7.
For n=2 we have a(2) = 2*5*8*(1/2 + 1/5 + 1/8) = 66.
For n=3 we have a(3) = 2*5*8*11*(1/2 + 1/5 + 1/8 + 1/11) = 806.
(End)
		

Crossrefs

Cf. A024216, A225470 (second column).

Programs

  • Mathematica
    Table[ (-1)^(n+1)*Sum[(-3)^(n - k) k (-1)^(n - k) StirlingS1[n+1, k + 1], {k, 0, n}], {n, 1, 30}]
    Join[{1},Table[Module[{c=NestList[3+#&,2,n+1]},Times@@c*Total[1/c]],{n,0,20}]] (* Harvey P. Dale, Jul 09 2019 *)
  • PARI
    n = 16; a = vector(n); a[1] = 7; a[2] = 66;
    for (k=2, n-1, a[k+1] = (6*k+7) * a[k] - (3*k+2)^2 * a[k-1]);
    print(concat(1,a))  \\ Gheorghe Coserea, Aug 30 2015

Formula

E.g.f. (for offset 1): -(1/3)*log(1-3*x)/(1-3*x)^(2/3). - Vladeta Jovovic, Sep 26 2003
For n >= 1, a(n-1) = 3^(n-1)*n!*sum(binomial(k-1/3,k)/(n-k), k = 0..n-1). - Milan Janjic, Dec 14 2008, corrected by Peter Bala, Oct 08 2013
a(n) ~ (n+1)! * 3^n * (log(n) + gamma - Pi*sqrt(3)/6 + 3*log(3)/2) / (n^(1/3)*GAMMA(2/3)), where "GAMMA" is the Gamma function and "gamma" is the Euler-Mascheroni constant (A001620). - Vaclav Kotesovec, Oct 07 2013
a(n+1) = (6*n+7) * a(n) - (3*n+2)^2 * a(n-1). - Gheorghe Coserea, Aug 30 2015
a(n) = A225470(n+1, 1), n >= 0. - Wolfdieter Lang, May 29 2017

Extensions

Formula (see Mathematica line), correction and more terms from Victor Adamchik (adamchik(AT)cs.cmu.edu), Jul 21 2001

A290319 Triangle read by rows: T(n, k) is the Sheffer triangle ((1 - 4*x)^(-1/4), (-1/4)*log(1 - 4*x)). A generalized Stirling1 triangle.

Original entry on oeis.org

1, 1, 1, 5, 6, 1, 45, 59, 15, 1, 585, 812, 254, 28, 1, 9945, 14389, 5130, 730, 45, 1, 208845, 312114, 122119, 20460, 1675, 66, 1, 5221125, 8011695, 3365089, 633619, 62335, 3325, 91, 1, 151412625, 237560280, 105599276, 21740040, 2441334, 158760, 5964, 120, 1, 4996616625, 7990901865, 3722336388, 823020596, 102304062, 7680414, 355572, 9924, 153, 1, 184874815125, 300659985630, 145717348221, 34174098440, 4608270890, 386479380, 20836578, 722760, 15585, 190, 1
Offset: 0

Views

Author

Wolfdieter Lang, Aug 08 2017

Keywords

Comments

This generalization of the unsigned Stirling1 triangle A132393 is called here |S1hat[4,1]|.
The signed matrix S1hat[4,1] with elements (-1)^(n-k)*|S1hat[4,1]|(n, k) is the inverse of the generalized Stirling2 Sheffer matrix S2hat[4,1] with elements S2[4,1](n, k)/d^k, where S2[4,1] is Sheffer (exp(x), exp(4*x) - 1), given in A285061. See also the P. Bala link below for the scaled and signed version s_{(4,0,1)}.
For the general |S1hat[d,a]| case see a comment in A286718.

Examples

			The triangle T(n, k) begins:
  n\k         0         1         2        3       4      5    6   7  8 ...
  0:          1
  1:          1         1
  2:          5         6         1
  3:         45        59        15        1
  4:        585       812       254       28       1
  5:       9945     14389      5130      730      45      1
  6:     208845    312114    122119    20460    1675     66    1
  7:    5221125   8011695   3365089   633619   62335   3325   91   1
  8:  151412625 237560280 105599276 21740040 2441334 158760 5964 120  1
  ...
From _Wolfdieter Lang_, Aug 11 2017: (Start)
Recurrence: T(4, 2) = T(3, 1) + (16 - 3)*T(3, 2) = 59 + 13*15 = 254.
Boas-Buck recurrence for column k=2 and n=4:
T(4, 2) = (4!/2)*(4*(1 + 8*(5/12))*T(2, 2)/2! + 1*(1 + 8*(1/2))*T(3,2)/3!) = (4!/2)*(2*13/3 + 5*15/3!) = 254. (End)
		

Crossrefs

S2[d,a] for [d,a] = [1,0], [2,1], [3,1], [3,2], [4,1] and [4,3] is A048993, A154537, A282629, A225466, A285061 and A225467, respectively.
|S1hat[d,a]| for [d,a] = [1,0], [2,1], [3,1], [3,2] and [4,3] is A132393, A028338, A286718, A225470 and A225471, respectively.
Columns k=0..3 give A007696, A024382(n-1), A383700, A383701.
Row sums: A001813. Alternating row sums: A000007.

Programs

  • Mathematica
    FoldList[Join[Table[If[i == 1, 0, #[[i-1]]] + (4*#2 - 3)*#[[i]], {i, Length[#]}], {1}] &, {1}, Range[10]] (* Paolo Xausa, Aug 18 2025 *)

Formula

Recurrence: T(n, k) = T(n-1, k-1) + (4*n - 3)*T(n-1, k), for n >= 1, k = 0..n, and T(n, -1) = 0, T(0, 0) = 1 and T(n, k) = 0 for n < k.
E.g.f. of row polynomials R(n, x) = Sum_{k=0..n} T(n, k)*x^k (i.e., e.g.f. of the triangle): (1 - 4*z)^{-(x + 1)/4}.
E.g.f. of column k is (1 - 4*x)^(-1/4)*((-1/4)*log(1 - 4*x))^k/k!.
Recurrence for row polynomials is R(n, x) = (x+1)*R(n-1, x+4), with R(0, x) = 1. Row polynomial R(n, x) = risefac(4,1;x,n) with the rising factorial risefac(d,a;x,n) :=Product_{j=0..n-1} (x + (a + j*d)). (For the signed case see the Bala link, eq. (16)).
T(n, k) = sigma^{(n)}{n-k}(a_0, a_1, ..., a{n-1}) with the elementary symmetric functions with indeterminates a_j = 1 + 4*j.
T(n, k) = Sum_{j=0..n-k} binomial(n-j, k)*|S1|(n, n-j)*4^j, with the unsigned Stirling1 triangle |S1| = A132393.
Boas-Buck type recurrence for column sequence k: T(n, k) = (n!/(n - k)) * Sum_{p=k..n-1} 4^(n-1-p)*(1 + 4*k*beta(n-1-p))*T(p, k)/p!, for n > k >= 0, with input T(k, k) = 1, and beta(k) = A002208(k+1)/A002209(k+1), beginning with {1/2, 5/12, 3/8, 251/720, ...}. See a comment and references in A286718. - Wolfdieter Lang, Aug 11 2017

A225475 Triangle read by rows, k!*s_2(n, k) where s_m(n, k) are the Stirling-Frobenius cycle numbers of order m; n >= 0, k >= 0.

Original entry on oeis.org

1, 1, 1, 3, 4, 2, 15, 23, 18, 6, 105, 176, 172, 96, 24, 945, 1689, 1900, 1380, 600, 120, 10395, 19524, 24278, 20880, 12120, 4320, 720, 135135, 264207, 354662, 344274, 241080, 116760, 35280, 5040, 2027025, 4098240, 5848344, 6228096, 4993296, 2956800, 1229760
Offset: 0

Views

Author

Peter Luschny, May 19 2013

Keywords

Comments

The Stirling-Frobenius cycle numbers are defined in A225470.

Examples

			[n\k][ 0,    1,    2,    3,   4,   5]
[0]    1,
[1]    1,    1,
[2]    3,    4,    2,
[3]   15,   23,   18,    6,
[4]  105,  176,  172,   96,  24,
[5]  945, 1689, 1900, 1380, 600, 120.
		

Crossrefs

Cf. A028338, A225479 (m=1), A048594.

Programs

  • Mathematica
    SFCO[n_, k_, m_] := SFCO[n, k, m] = If[ k > n || k < 0, Return[0], If[ n == 0 && k == 0, Return[1], Return[ k*SFCO[n - 1, k - 1, m] + (m*n - 1)*SFCO[n - 1, k, m]]]]; Table[ SFCO[n, k, 2], {n, 0, 8}, {k, 0, n}] // Flatten  (* Jean-François Alcover, Jul 02 2013, translated from Sage *)
  • Sage
    @CachedFunction
    def SF_CO(n, k, m):
        if k > n or k < 0 : return 0
        if n == 0 and k == 0: return 1
        return k*SF_CO(n-1, k-1, m) + (m*n-1)*SF_CO(n-1, k, m)
    for n in (0..8): [SF_CO(n, k, 2) for k in (0..n)]

Formula

For a recurrence see the Sage program.
T(n, 0) ~ A001147; T(n, 1) ~ A004041.
T(n, n) ~ A000142; T(n, n-1) ~ A001563.
T(n,k) = A028338(n,k)*A000142(k). - Philippe Deléham, Jun 24 2015

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

Original entry on oeis.org

1, 4, 1, 28, 14, 1, 280, 210, 30, 1, 3640, 3640, 780, 52, 1, 58240, 72800, 20800, 2080, 80, 1, 1106560, 1659840, 592800, 79040, 4560, 114, 1, 24344320, 42602560, 18258240, 3043040, 234080, 8778, 154, 1, 608608000, 1217216000, 608608000, 121721600, 11704000, 585200, 15400, 200, 1, 17041024000, 38342304000, 21909888000, 5112307200, 589881600, 36867600, 1293600, 25200, 252, 1, 528271744000, 1320679360000, 849008160000, 226402176000, 30477216000, 2285791200, 100254000, 2604000, 39060, 310, 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,2], the Sheffer triangle ((1 - 3*t)^(-4/3), t/(1 - 3*t)). It is defined as transition matrix risefac[3,2](x, n) = Sum_{m=0..n} L[3,2](n, m)*fallfac[3,2](x, m), where risefac[3,2](x, n):= Product_{0..n-1} (x + (2 + 3*j)) for n >= 1 and risefac[3,2](x, 0) := 1, and fallfac[3,2](x, n):= Product_{0..n-1} (x - (2 + 3*j)) for n >= 1 and fallfac[3,2](x, 0) := 1.
In matrix notation: L[3,2] = S1phat[3,2]*S2hat[3,2] with the unsigned scaled Stirling1 and the scaled Stirling2 generalizations A225470 and A225468, respectively.
The a- and z-sequences for this Sheffer matrix have e.g.f.s 1 + 3*t and (1 + 3*t)*(1 - (1 + 3*t)^(-4/3))/t, respectively. That is, a = {1, 3, repeat(0)} and z(n) = A290603(n)/A038500(n+1). See a W. Lang link under A006232 for these types of sequences with a reference, and also the present link, eq. (142).
The inverse matrix T^(-1) = L^(-1)[3,2] is Sheffer ((1 + 3*t)^(-4/3), t/(1 + 3*t)). This means that T^(-1)(n, m) = (-1)^(n-m)*T(n, m).
fallfac[3,2](x, n) = Sum_{m=0..n} (-1)^(n-m)*T(n, m)*risefac[3,2](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:           4          1
2:          28         14         1
3:         280        210        30         1
4:        3640       3640       780        52        1
5:       58240      72800     20800      2080       80      1
6:     1106560    1659840    592800     79040     4560    114     1
7:    24344320   42602560  18258240   3043040   234080   8778   154   1
8:   608608000 1217216000 608608000 121721600 11704000 585200 15400 200 1
...
n = 9: 17041024000 38342304000 21909888000 5112307200 589881600 36867600 1293600 25200 252 1,
n = 10: 528271744000 1320679360000 849008160000 226402176000 30477216000 2285791200 100254000 2604000 39060 310 1.
...
Recurrence from a-sequence:  T(4, 2) = (4/2)*T(3, 1) + 3*4*T(3, 2) = 2*210 + 12*30 = 780.
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*(4* 280  - 2*210 + (28/3)*30 - 70*1) = 3640.
Four term recurrence: T(4, 2) = T(3, 1) + 2*11*T(3, 2) - 3*3*10*T(2, 2) =  210 + 22*30  - 90*1 = 780.
Meixner type identity for n = 2: (D_x - 3*(D_x)^2)*(28 + 14*x + x^2) = (14 + 2*x) - 3*2 = 2*(4 + x).
Sheffer recurrence for R(3, x): [(4 + x) + 6*(2 + x)*D_x + 9*x*(D_x)^2] (28 + 14*x + x^2) = (4 + x)*(28 + 14*x + x^2) + 6*(2 + x)*(14 + 2*x) + 9*2*x= 280 + 210*x + 30*x^2 + x^3 =  R(3, x).
Boas-Buck recurrence for column m = 2 with n = 4: T(4, 2) = (4!*(4 + 3*2)/2)*(1*30/3! + 3*1/2!) = 780.
		

References

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

Crossrefs

Cf. A007559(n+1) (column m=0), A225468, A225470, A271703 L[1,0], A286724 L[2,1], A290596, L[3,1], A290603.

Formula

T(n, m) = L[3,2](n,m) = Sum_{k=m..n} A225470(n, k) * A225468(k, m), 0 <= m <= n.
E.g.f. of row polynomials R(n, x) := Sum_{m=0..n} T(n, m)*x^m:
(1 - 3*t)^(-4/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)^(-4/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 - 1)*T(n-1, m) - 3*(n-1)*(3*n - 2)*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) = [(4 + x)*1 + 6*(2 + 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))*(4 + 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.

A225477 Triangle read by rows, 3^k*s_3(n, k) where s_m(n, k) are the Stirling-Frobenius cycle numbers of order m; n >= 0, k >= 0.

Original entry on oeis.org

1, 2, 3, 10, 21, 9, 80, 198, 135, 27, 880, 2418, 2079, 702, 81, 12320, 36492, 36360, 16065, 3240, 243, 209440, 657324, 727596, 382185, 103275, 13851, 729, 4188800, 13774800, 16523892, 9826488, 3212055, 586845, 56133, 2187, 96342400, 329386800, 421373916, 275580900, 103356729, 23133600, 3051594, 218700, 6561
Offset: 0

Views

Author

Peter Luschny, May 17 2013

Keywords

Comments

Triangle T(n,k), read by rows, given by (2, 3, 5, 6, 8, 9, 11, 12, 14, ... (A007494)) DELTA (3, 0, 3, 0, 3, 0, 3, 0, 3, ...) where DELTA is the operator defined in A084938. - Philippe Deléham, May 15 2015

Examples

			[n\k][   0,      1,      2,      3,      4,     5,   6 ]
[0]      1,
[1]      2,      3,
[2]     10,     21,      9,
[3]     80,    198,    135,     27,
[4]    880,   2418,   2079,    702,     81,
[5]  12320,  36492,  36360,  16065,   3240,   243,
[6] 209440, 657324, 727596, 382185, 103275, 13851, 729.
		

Crossrefs

T(n, 0) ~ A008544; T(n, n) ~ A000244.
row sums ~ A034000; alternating row sums ~ A008544.
Cf. A225470, A132393 (m=1), A028338 (m=2), A225478 (m=4).

Programs

  • Mathematica
    s[][0, 0] = 1; s[m][n_, k_] /; (k > n || k < 0) = 0; s[m_][n_, k_] := s[m][n, k] = s[m][n - 1, k - 1] + (m*n - 1)*s[m][n - 1, k];
    T[n_, k_] := 3^k*s[3][n, k];
    Table[T[n, k], {n, 0, 8}, {k, 0, n}] // Flatten (* Jean-François Alcover, Aug 02 2019 *)
  • Sage
    @CachedFunction
    def SF_CS(n, k, m):
        if k > n or k < 0 : return 0
        if n == 0 and k == 0: return 1
        return m*SF_CS(n-1, k-1, m) + (m*n-1)*SF_CS(n-1, k, m)
    for n in (0..8): [SF_CS(n, k, 3) for k in (0..n)]

Formula

For a recurrence see the Sage program.
T(n,k) = 3^k * A225470(n,k). - Philippe Deléham, May 14 2015.

A383221 Coefficient of x^3 in expansion of (x+2) * (x+5) * ... * (x+3*n-1).

Original entry on oeis.org

0, 0, 0, 1, 26, 595, 14155, 363944, 10206700, 312193524, 10380710220, 373619597736, 14490750497432, 603032132116336, 26818416624389936, 1269883590624201344, 63806666669904903808, 3391580011320726010880, 190174443042558311293440, 11220246602286014617751040
Offset: 0

Views

Author

Seiichi Manyama, Apr 20 2025

Keywords

Crossrefs

Column k=3 of A225470.

Programs

  • PARI
    a(n) = polcoef(prod(k=0, n-1, x+3*k+2), 3);

Formula

a(n) = Sum_{k=3..n} 2^(k-3) * 3^(n-k) * binomial(k,3) * |Stirling1(n,k)|.
E.g.f.: f(x)^2 * log(f(x))^3 / 6, where f(x) = 1/(1 - 3*x)^(1/3).
a(n) = Sum_{k=3..n} (3*n-1)^(k-3) * 3^(n-k) * binomial(k,3) * Stirling1(n,k). - Seiichi Manyama, May 06 2025
Showing 1-10 of 12 results. Next