Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a004347 -id:a004347
     Sort: relevance | references | number | modified | created      Format: long | short | data
Binomial coefficients C(2n, n-2).
(Formerly M4181 N1741)
+10
39
1, 6, 28, 120, 495, 2002, 8008, 31824, 125970, 497420, 1961256, 7726160, 30421755, 119759850, 471435600, 1855967520, 7307872110, 28781143380, 113380261800, 446775310800, 1761039350070, 6943526580276, 27385657281648, 108043253365600
OFFSET
2,2
COMMENTS
Number of lattice paths from (0,0) to (n,n) with steps E=(1,0) and N=(0,1) which touch or cross the line x-y=2. Example: For n=3 there are 6 paths EEENNN, EENENN, EENNEN, EENNNE, ENEENN and NEEENN. - Herbert Kociemba, May 23 2004
Number of dissections of a convex (n+3)-gon by noncrossing diagonals into several regions, exactly n-2 of which are triangular. Example: a(3)=6 because the convex hexagon ABCDEF is dissected by any of the diagonals AC, BD, CE, DF, EA, FB into regions containing exactly 1 triangle. - Emeric Deutsch, May 31 2004
Number of UUU's (triple rises), where U=(1,1), in all Dyck paths of semilength n+1. Example: a(3)=6 because we have UD(UUU)DDD, (UUU)DDDUD, (UUU)DUDDD, (UUU)DDUDD and (U[UU)U]DDDD, the triple rises being shown between parentheses. - Emeric Deutsch, Jun 03 2004
Inverse binomial transform of A026389. - Ross La Haye, Mar 05 2005
Sum of the jump-lengths of all full binary trees with n internal nodes. In the preorder traversal of a full binary tree, any transition from a node at a deeper level to a node on a strictly higher level is called a jump; the positive difference of the levels is called the jump distance; the sum of the jump distances in a given full binary tree is called the jump-length. - Emeric Deutsch, Jan 18 2007
a(n) = number of convex polyominoes (A005436) of perimeter 2n+4 that are directed but not parallelogram polyominoes, because the directed convex polyominoes are counted by the central binomial coefficient binomial(2n,n) and the subset of parallelogram polyominoes is counted by the Catalan number C(n+1) = binomial(2n+2,n+1)/(n+2) and a(n) = binomial(2n,n) - C(n+1). - David Callan, Nov 29 2007
a(n) = number of DUU's in all Dyck paths of semilength n+1. Example: a(3)=6 because we have UU(DUU)DDD, U(DUU)UDDD, U(DUU)DUDD, UDU(DUU)DD, U(DUU)DDUD, UUD(DUU)DD, the DUU's being shown between parentheses and no other Dyck path of semilength 4 contains a DUU. - David Callan, Jul 25 2008
C(2n,n-m) is the number of Dyck-type walks such that their graphs have one marked edge passed 2m times and the other edges are passed 2 times counting "there and back" directions. - Oleksiy Khorunzhiy, Jan 09 2015
Number of paths in the half-plane x >= 0, from (0,0) to (2n,4), and consisting of steps U=(1,1) and D=(1,-1). For example, for n=3, we have the 6 paths: UUUUUD, UUUUDU, UUUDUU, UUDUUU, UDUUUU, DUUUUU, DUUUUU. - José Luis Ramírez Ramírez, Apr 19 2015
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.
C. Lanczos, Applied Analysis. Prentice-Hall, Englewood Cliffs, NJ, 1956, p. 517.
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).
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Milan Janjic and Boris Petkovic, A Counting Function, arXiv:1301.4550 [math.CO], 2013. - N. J. A. Sloane, Feb 13 2013
Milan Janjic and Boris Petkovic, A Counting Function Generalizing Binomial Coefficients and Some Other Classes of Integers, J. Int. Seq. 17 (2014), Article 14.3.5.
O. Khorunzhiy, On high moments and the spectral norm of large dilute Wigner random matrices, Zh. Mat. Fiz. Anal. Geom. 10 (1) (2014), pp. 64-125.
W. Krandick, Trees and jumps and real roots, J. Computational and Applied Math., 162, 2004, 51-55.
C. Lanczos, Applied Analysis (Annotated scans of selected pages)
Asamoah Nkwanta and Earl R. Barnes, Two Catalan-type Riordan Arrays and their Connections to the Chebyshev Polynomials of the First Kind, Journal of Integer Sequences, Article 12.3.3, 2012. - From N. J. A. Sloane, Sep 16 2012
V. Pilaud and J. Rué, Analytic combinatorics of chord and hyperchord diagrams with k crossings, arXiv:1307.6440 [math.CO], 2013; Adv. Appl. Math. 57 (2014) 60-100.
Daniel W. Stasiuk, An Enumeration Problem for Sequences of n-ary Trees Arising from Algebraic Operads, Master's Thesis, University of Saskatchewan-Saskatoon (2018).
T. Tao and Van Vu, Random matrices: localization of the eigenvalues and the necessity of four moments, arXiv:1005.2901 [math.PR], 2010-2011; Acta Math. Vietnam 36 (2) (2011) 431-449.
Lin Yang and Shengliang Yang, Protected Branches in Ordered Trees, J. Math. Study (2023) Vol. 56, No. 1, 1-17.
FORMULA
a(n) = A067310(n, 1) as this is number of ways of arranging n chords on a circle (handshakes between 2n people across a table) with exactly 1 simple intersection. - Henry Bottomley, Oct 07 2002
E.g.f.: exp(2*x)*BesselI(2, 2*x). - Vladeta Jovovic, Aug 21 2003
G.f.: (1-sqrt(1-4*z))^4/(16*z^2*sqrt(1-4*z)). - Emeric Deutsch, Jan 28 2004
a(n) = Sum_{k=0..n} C(n, k)*C(n, k+2). - Paul Barry, Sep 20 2004
D-finite with recurrence: -(n-2)*(n+2)*a(n) + 2*n*(2*n-1)*a(n-1) = 0. - R. J. Mathar, Dec 04 2012
G.f.: z^2*C(z)^4/(1-2*z*C(z)), where C(z) is the g.f. of Catalan numbers. - José Luis Ramírez Ramírez, Apr 19 2015
a(n) = Sum_{k=1..n} binomial(2*n-k,n-k-1). - Vladimir Kruchinin, Oct 22 2016
G.f.: x^2* 2F1(5/2,3;5;4*x). - R. J. Mathar, Jan 27 2020
From Amiram Eldar, May 16 2022: (Start)
Sum_{n>=2} 1/a(n) = 23/6 - 13*Pi/(9*sqrt(3)).
Sum_{n>=2} (-1)^n/a(n) = 106*log(phi)/(5*sqrt(5)) - 37/10, where phi is the golden ratio (A001622). (End)
From Peter Bala, Oct 13 2024: (Start)
a(n) = Integral_{x = 0..4} x^n * w(x) dx, where the weight function w(x) = 1/(2*Pi) * (x^2 - 4*x + 2)/sqrt(x*(4 - x)).
G.f. x^2 * B(x) * C(x)^4, where B(x) = 1/sqrt(1 - 4*x) is the g.f. of the central binomial coefficients A000984 and C(x) = (1 - sqrt(1 - 4*x))/(2*x) is the g.f. of the Catalan numbers A000108. (End)
MAPLE
a:=n->sum(binomial(n, j-1)*binomial(n, j+1), j=1..n): seq(a(n), n=2..25); # Zerinvary Lajos, Nov 26 2006
MATHEMATICA
CoefficientList[ Series[ 16/(((Sqrt[1 - 4 x] + 1)^4)*Sqrt[1 - 4 x]), {x, 0, 23}], x] (* Robert G. Wilson v, Aug 08 2011 *)
Table[Binomial[2n, n-2], {n, 2, 30}] (* Harvey P. Dale, Jun 12 2014 *)
PROG
(Haskell)
a002694 n = a007318' (2 * n) (n - 2) -- Reinhard Zumkeller, Jun 18 2012
(Magma) [Binomial(2*n, n-2): n in [2..30]]; // Vincenzo Librandi, Apr 20 2015
(PARI) {a(n) = binomial(2*n, n-2)}; \\ G. C. Greubel, Mar 21 2019
(Sage) [binomial(2*n, n-2) for n in (2..30)] # G. C. Greubel, Mar 21 2019
(GAP) List([2..30], n-> Binomial(2*n, n-2)) # G. C. Greubel, Mar 21 2019
CROSSREFS
Cf. A006659.
Diagonal 5 of triangle A100257.
Cf. binomial(k*n, n-k): A000027 (k=1), this sequence (k=2), A004321 (k=3), A004334 (k=4), A004347 (k=5), A004361 (k=6), A004375 (k=7), A004389 (k=8), A281580 (k=9).
Cf. binomial(2*n+m, n): A000984 (m = 0), A001700 (m = 1), A001791 (m = 2), A002054 (m = 3), A003516 (m = 5), A002696 (m = 6), A030053 - A030056, A004310 - A004318.
KEYWORD
nonn,easy,changed
STATUS
approved
Binomial coefficient C(3n, n-3).
+10
6
1, 12, 105, 816, 5985, 42504, 296010, 2035800, 13884156, 94143280, 635745396, 4280561376, 28760021745, 192928249296, 1292706174900, 8654327655120, 57902201338905, 387221678682300, 2588713818544245
OFFSET
3,2
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.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Alin Bostan, Frédéric Chyzak, and Vincent Pilaud, Refined product formulas for Tamari intervals, arXiv:2303.10986 [math.CO], 2023.
Daniel W. Stasiuk, An Enumeration Problem for Sequences of n-ary Trees Arising from Algebraic Operads, Master's Thesis, University of Saskatchewan-Saskatoon (2018).
FORMULA
a(n) = binomial(3n, n-3), n > 2. - Wesley Ivan Hurt, Feb 04 2014
From Ilya Gutkovskiy, Jan 31 2017: (Start)
E.g.f.: (1/6)*x^3*2F2(10/3,11/3; 5,11/2; 27*x/4).
a(n) ~ 3^(3*n+1/2)/(sqrt(Pi*n)*4^(n+2)). (End)
MAPLE
a:=n->sum(binomial(2*n-2, n+j)*binomial(n-1, n-j+1), j=0..n): seq(a(n), n=4..22); # Zerinvary Lajos, Jan 29 2007
MATHEMATICA
Table[Binomial[3n, n-3], {n, 3, 30}] (* Wesley Ivan Hurt, Feb 04 2014 *)
PROG
(PARI) {a(n) = binomial(3*n, n-3)}; \\ G. C. Greubel, Mar 21 2019
(Magma) [Binomial(3*n, n-3): n in [3..30]]; // G. C. Greubel, Mar 21 2019
(Sage) [binomial(3*n, n-3) for n in (3..30)] # G. C. Greubel, Mar 21 2019
(GAP) List([3..30], n-> Binomial(3*n, n-3)) # G. C. Greubel, Mar 21 2019
CROSSREFS
Cf. binomial(k*n, n-k): A000027 (k=1), A002694 (k=2), this sequence (k=3), A004334 (k=4), A004347 (k=5), A004361 (k=6), A004375 (k=7), A004389 (k=8), A281580 (k=9).
KEYWORD
nonn,easy
STATUS
approved
Binomial coefficient C(4n,n-4).
+10
4
1, 20, 276, 3276, 35960, 376992, 3838380, 38320568, 377348994, 3679075400, 35607051480, 342700125300, 3284214703056, 31368725759168, 298824321028320, 2840671544105280, 26958221130508525, 255485622301674660
OFFSET
4,2
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.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
Daniel W. Stasiuk, An Enumeration Problem for Sequences of n-ary Trees Arising from Algebraic Operads, Master's Thesis, University of Saskatchewan-Saskatoon (2018).
FORMULA
From Ilya Gutkovskiy, Jan 31 2017: (Start)
E.g.f.: (1/24)*x^4*3F3(17/4,9/2,19/4; 17/3,6,19/3; 256*x/27).
a(n) ~ 2^(8*n+1/2)/(sqrt(Pi*n)*3^(3*n+9/2)). (End)
MATHEMATICA
Table[Binomial[4n, n-4], {n, 4, 30}] (* Vincenzo Librandi, Feb 01 2017 *)
PROG
(Magma) [Binomial(4*n, n-4): n in [4..30]]; // Vincenzo Librandi, Feb 01 2017
(PARI) a(n)=binomial(4*n, n-4) \\ Charles R Greathouse IV, Feb 01 2017
(Sage) [binomial(4*n, n-4) for n in (4..30)] # G. C. Greubel, Mar 21 2019
(GAP) List([4..30], n-> Binomial(4*n, n-4)) # G. C. Greubel, Mar 21 2019
CROSSREFS
Cf. binomial(k*n, n-k): A000027 (k=1), A002694 (k=2), A004321 (k=3), this sequence (k=4), A004347 (k=5), A004361 (k=6), A004375 (k=7), A004389 (k=8), A281580 (k=9).
KEYWORD
nonn,easy
STATUS
approved
a(n) = binomial(9*n, n-9).
+10
3
1, 90, 4851, 204156, 7413705, 244222650, 7511839335, 219683466288, 6183023199255, 168899639028120, 4505395859893071, 117891537949758600, 3036500678480436531, 77190387796530738576, 1940723247304668029175, 48339506285032758609456, 1194448077521704400002650
OFFSET
9,2
COMMENTS
Row 9*n, column n-9 of A007318. - Felix Fröhlich, Feb 05 2017
MATHEMATICA
Table[Binomial[9 n, n - 9], {n, 9, 25}]
PROG
(Magma) [Binomial(9*n, n-9): n in [9..30]];
(PARI) a(n) = binomial(9*n, n-9) \\ Felix Fröhlich, Feb 05 2017
CROSSREFS
Cf. sequences with formula binomial(k*n, n-k): A002694 (k=2), A004321 (k=3), A004334 (k=4), A004347 (k=5), A004361 (k=6), A004375 (k=7), A004389 (k=8), this sequence (k=9).
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 02 2017
STATUS
approved

Search completed in 0.015 seconds