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.

A000581 a(n) = binomial coefficient C(n,8).

Original entry on oeis.org

1, 9, 45, 165, 495, 1287, 3003, 6435, 12870, 24310, 43758, 75582, 125970, 203490, 319770, 490314, 735471, 1081575, 1562275, 2220075, 3108105, 4292145, 5852925, 7888725, 10518300, 13884156, 18156204, 23535820, 30260340, 38608020, 48903492, 61523748, 76904685
Offset: 8

Views

Author

Keywords

Comments

Figurate numbers based on 8-dimensional regular simplex. - Jonathan Vos Post, Nov 28 2004
Just as A005712 and A000574 are described as the coefficients of x^4 and x^5 in the expansion of (1+x+x^2)^n, so should this sequence be described as the coefficients of x^3 therein. - R. K. Guy, Oct 19 2007
Product of 8 consecutive numbers divided by 8!. - Artur Jasinski, Dec 02 2007
In this sequence there are no primes. - Artur Jasinski, Dec 02 2007
a(n) = number of (n-8)-digit numbers with nondescending digits. E.g., a(9) = 9 = {1,2,3,..,9}, a(10) = 45 = {11-19, 22-29, 33-39, ..., 99} [0 is counted as a zero-digit number rather than a 1-digit number]. - Toby Gottfried, Feb 14 2012
a(n) =fallfac(n, 8)/8! = binomial(n, 8) is also the number of independent components of an antisymmetric tensor of rank 8 and dimension n >= 8 (for n = 1..7 this becomes 0). Here fallfac is the falling factorial. - Wolfdieter Lang, Dec 10 2015
Number of compositions (ordered partitions) of n+1 into exactly 9 parts. - Juergen Will, Jan 02 2016
Number of weak compositions (ordered weak partitions) of n-8 into exactly 9 parts. - Juergen Will, Jan 02 2016
Partial sums of A000580. - Art Baker, Mar 26 2019

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.
  • Albert H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 196.
  • L. E. Dickson, History of the Theory of Numbers. Carnegie Institute Public. 256, Washington, DC, Vol. 1, 1919; Vol. 2, 1920; Vol. 3, 1923, see vol. 2, p. 7.
  • J. C. P. Miller, editor, Table of Binomial Coefficients. Royal Society Mathematical Tables, Vol. 3, Cambridge Univ. Press, 1954.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

Formula

G.f.: x^8/(1-x)^9.
a(n) = A110555(n+1,8). - Reinhard Zumkeller, Jul 27 2005
a(n) = n*(n-1)*(n-2)*(n-3)*(n-4)*(n-5)*(n-6)*(n-7)/8!. - Artur Jasinski, Dec 02 2007
Sum_{k>=8} 1/a(k) = 8/7. - Tom Edgar, Sep 10 2015
Sum_{n>=8} (-1)^n/a(n) = A001787(8)*log(2) - A242091(8)/7! = 1024*log(2) - 74432/105 = 0.9065224171... - Amiram Eldar, Dec 10 2020

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Mar 17 2000
Some formulas referring to other offsets rewritten by R. J. Mathar, Jul 07 2009
3 more terms from William Boyles, Aug 06 2015

A128908 Riordan array (1, x/(1-x)^2).

Original entry on oeis.org

1, 0, 1, 0, 2, 1, 0, 3, 4, 1, 0, 4, 10, 6, 1, 0, 5, 20, 21, 8, 1, 0, 6, 35, 56, 36, 10, 1, 0, 7, 56, 126, 120, 55, 12, 1, 0, 8, 84, 252, 330, 220, 78, 14, 1, 0, 9, 120, 462, 792, 715, 364, 105, 16, 1, 0, 10, 165, 792, 1716, 2002, 1365, 560, 136, 18, 1
Offset: 0

Views

Author

Philippe Deléham, Apr 22 2007

Keywords

Comments

Triangle T(n,k), 0 <= k <= n, read by rows given by [0,2,-1/2,1/2,0,0,0,0,0,...] DELTA [1,0,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938.
Row sums give A088305. - Philippe Deléham, Nov 21 2007
Column k is C(n,2k-1) for k > 0. - Philippe Deléham, Jan 20 2012
From R. Bagula's comment in A053122 (cf. Damianou link p. 10), this array gives the coefficients (mod sign) of the characteristic polynomials for the Cartan matrix of the root system A_n. - Tom Copeland, Oct 11 2014
T is the convolution triangle of the positive integers (see A357368). - Peter Luschny, Oct 19 2022

Examples

			The triangle T(n,k) begins:
   n\k  0    1    2    3    4    5    6    7    8    9   10
   0:   1
   1:   0    1
   2:   0    2    1
   3:   0    3    4    1
   4:   0    4   10    6    1
   5:   0    5   20   21    8    1
   6:   0    6   35   56   36   10    1
   7:   0    7   56  126  120   55   12    1
   8:   0    8   84  252  330  220   78   14    1
   9:   0    9  120  462  792  715  364  105   16    1
  10:   0   10  165  792 1716 2002 1365  560  136   18    1
  ... reformatted by _Wolfdieter Lang_, Jul 31 2017
From _Peter Luschny_, Mar 06 2022: (Start)
The sequence can also be seen as a square array read by upwards antidiagonals.
   1, 1,   1,    1,    1,     1,     1,      1,      1, ...  A000012
   0, 2,   4,    6,    8,    10,    12,     14,     16, ...  A005843
   0, 3,  10,   21,   36,    55,    78,    105,    136, ...  A014105
   0, 4,  20,   56,  120,   220,   364,    560,    816, ...  A002492
   0, 5,  35,  126,  330,   715,  1365,   2380,   3876, ... (A053126)
   0, 6,  56,  252,  792,  2002,  4368,   8568,  15504, ... (A053127)
   0, 7,  84,  462, 1716,  5005, 12376,  27132,  54264, ... (A053128)
   0, 8, 120,  792, 3432, 11440, 31824,  77520, 170544, ... (A053129)
   0, 9, 165, 1287, 6435, 24310, 75582, 203490, 490314, ... (A053130)
    A27,A292, A389, A580,  A582, A1288, A10966, A10968, A165817       (End)
		

Crossrefs

Cf. A165817 (the main diagonal of the array).

Programs

  • Maple
    # Computing the rows of the array representation:
    S := proc(n,k) option remember;
    if n = k then 1 elif k < 0 or k > n then 0 else
    S(n-1, k-1) + 2*S(n-1, k) - S(n-2, k) fi end:
    Arow := (n, len) -> seq(S(n+k-1, k-1), k = 0..len-1):
    for n from 0 to 8 do Arow(n, 9) od; # Peter Luschny, Mar 06 2022
    # Uses function PMatrix from A357368.
    PMatrix(10, n -> n); # Peter Luschny, Oct 19 2022
  • Mathematica
    With[{nmax = 10}, CoefficientList[CoefficientList[Series[(1 - x)^2/(1 - (2 + y)*x + x^2), {x, 0, nmax}, {y, 0, nmax}], x], y]] // Flatten (* G. C. Greubel, Nov 22 2017 *)
  • PARI
    for(n=0,10, for(k=0,n, print1(if(n==0 && k==0, 1, if(k==0, 0, binomial(n+k-1,2*k-1))), ", "))) \\ G. C. Greubel, Nov 22 2017
    
  • Python
    from functools import cache
    @cache
    def A128908(n, k):
        if n == k: return 1
        if (k <= 0 or k > n): return 0
        return A128908(n-1, k-1) + 2*A128908(n-1, k) - A128908(n-2, k)
    for n in range(10):
        print([A128908(n, k) for k in range(n+1)]) # Peter Luschny, Mar 07 2022
  • Sage
    @cached_function
    def T(k,n):
        if k==n: return 1
        if k==0: return 0
        return sum(i*T(k-1,n-i) for i in (1..n-k+1))
    A128908 = lambda n,k: T(k,n)
    for n in (0..10): print([A128908(n,k) for k in (0..n)]) # Peter Luschny, Mar 12 2016
    

Formula

T(n,0) = 0^n, T(n,k) = binomial(n+k-1, 2k-1) for k >= 1.
Sum_{k=0..n} T(n,k)*2^(n-k) = A002450(n) = (4^n-1)/3 for n>=1. - Philippe Deléham, Oct 19 2008
G.f.: (1-x)^2/(1-(2+y)*x+x^2). - Philippe Deléham, Jan 20 2012
Sum_{k=0..n} T(n,k)*x^k = (-1)^n*A001352(n), (-1)^(n+1)*A054888(n+1), (-1)^n*A008574(n), (-1)^n*A084103(n), (-1)^n*A084099(n), A163810(n), A000007(n), A088305(n) for x = -6, -5, -4, -3, -2, -1, 0, 1 respectively. - Philippe Deléham, Jan 20 2012
Riordan array (1, x/(1-x)^2). - Philippe Deléham, Jan 20 2012

A053131 Binomial coefficients C(2*n-8,9).

Original entry on oeis.org

10, 220, 2002, 11440, 48620, 167960, 497420, 1307504, 3124550, 6906900, 14307150, 28048800, 52451256, 94143280, 163011640, 273438880, 445891810, 708930508, 1101716330, 1677106640, 2505433700, 3679075400, 5317936260, 7575968400, 10648873950, 14783142660
Offset: 9

Views

Author

Keywords

References

  • M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings).

Crossrefs

Programs

  • Magma
    [Binomial(2*n-8,9): n in [9..40]]; // Vincenzo Librandi, Oct 07 2011
    
  • Mathematica
    Binomial[2*Range[9,40]-8,9] (* Harvey P. Dale, Mar 19 2012 *)
  • PARI
    for(n=9,50, print1(binomial(2*n-8,9), ", ")) \\ G. C. Greubel, Aug 26 2018

Formula

a(n) = binomial(2*n-8, 9) if n >= 9 else 0.
G.f.: (10+120*x+252*x^2+120*x^3+10*x^4)/(1-x)^10.
a(n) = 2*A053133(n).
a(n) = -A053123(n,9), n >= 9; a(n) := 0, n=0..8 (tenth column of shifted Chebyshev's S-triangle, decreasing order).
From Amiram Eldar, Oct 21 2022: (Start)
Sum_{n>=9} 1/a(n) = 223611/280 - 1152*log(2).
Sum_{n>=9} (-1)^(n+1)/a(n) = 72*log(2) - 13947/280. (End)

A053137 Binomial coefficients C(2*n+8,8).

Original entry on oeis.org

1, 45, 495, 3003, 12870, 43758, 125970, 319770, 735471, 1562275, 3108105, 5852925, 10518300, 18156204, 30260340, 48903492, 76904685, 118030185, 177232627, 260932815, 377348994, 536878650, 752538150, 1040465790, 1420494075, 1916797311, 2558620845, 3381098545
Offset: 0

Views

Author

Keywords

Comments

Even-indexed members of ninth column of Pascal's triangle A007318.
Number of standard tableaux of shape (2n+1,1^8). - Emeric Deutsch, May 30 2004

Crossrefs

Programs

  • Magma
    [Binomial(2*n+8,8): n in [0..30]]; // Vincenzo Librandi, Oct 07 2011
    
  • Mathematica
    Table[Binomial[2*n+8, 8], {n, 0, 30}] (* G. C. Greubel, Sep 03 2018 *)
    LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{1,45,495,3003,12870,43758,125970,319770,735471},30] (* Harvey P. Dale, Jul 02 2022 *)
  • PARI
    a(n)=binomial(2*n+8,8) \\ Charles R Greathouse IV, Oct 07 2015

Formula

a(n) = binomial(2*n+8, 8) = A000581(2*n+8).
G.f.: (1+36*x+126*x^2+84*x^3+9*x^4) / (1-x)^9 = (1+3*x) * (3*x^3+27*x^2+33*x+1) / (1-x)^9.
From Amiram Eldar, Nov 03 2022: (Start)
Sum_{n>=0} 1/a(n) = 512*log(2) - 5308/15.
Sum_{n>=0} (-1)^n/a(n) = 16*Pi + 32*log(2) - 1072/15. (End)

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

A196790 Binomial coefficients C(2*n-9,10).

Original entry on oeis.org

11, 286, 3003, 19448, 92378, 352716, 1144066, 3268760, 8436285, 20030010, 44352165, 92561040, 183579396, 348330136, 635745396, 1121099408, 1917334783, 3190187286, 5178066751, 8217822536, 12777711870, 19499099620, 29248649430, 43183019880, 62828356305, 90177170226
Offset: 10

Views

Author

Vincenzo Librandi, Oct 07 2011

Keywords

Crossrefs

Programs

  • Magma
    [Binomial(2*n-9,10): n in [10..40]];
  • Mathematica
    a[n_] := Binomial[2*n - 9, 10]; Array[a, 20, 10] (* Amiram Eldar, Oct 21 2022 *)

Formula

G.f.: x^10*(11+165*x+462*x^2+330*x^3+55*x^4+x^5) / (1-x)^11. - R. J. Mathar, Oct 08 2011
From Amiram Eldar, Oct 21 2022: (Start)
Sum_{n>=10} 1/a(n) = 447187/252 - 2560*log(2).
Sum_{n>=10} (-1)^n/a(n) = 40*Pi + 80*log(2) - 6517/36. (End)
Showing 1-6 of 6 results.