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.

Previous Showing 11-20 of 22 results. Next

A004368 Binomial coefficient C(7n,n).

Original entry on oeis.org

1, 7, 91, 1330, 20475, 324632, 5245786, 85900584, 1420494075, 23667689815, 396704524216, 6681687099710, 112992892764570, 1917283000904460, 32626924340528840, 556608279578340080, 9516306085765295355, 163011740982048945441
Offset: 0

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), p. 828.

Crossrefs

binomial(k*n,n): A000984 (k = 2), A005809 (k = 3), A005810 (k = 4), A001449 (k = 5), A004355 (k = 6), A004381 (k = 8), A169958 - A169961 (k = 9 thru 12).
Cf. A002296.

Programs

  • Magma
    [Binomial(7*n,n): n in [0..20]]; // Vincenzo Librandi, Oct 06 2015
  • Mathematica
    Table[Binomial[7n,n],{n,0,20}] (* Harvey P. Dale, Apr 05 2014 *)
  • Maxima
    B(x):=sum(binomial(7*n,n-1)/n*x^n,n,1,30);
    taylor(x*diff(B(x),x)/B(x),x,0,10); /* Vladimir Kruchinin, Oct 05 2015 */
    
  • PARI
    a(n) = binomial(7*n,n) \\ Altug Alkan, Oct 05 2015
    

Formula

a(n) = C(7*n-1,n-1)*C(49*n^2,2)/(3*n*C(7*n+1,3)), n>0. - Gary Detlefs, Jan 02 2014
G.f.: A(x) = x*B'(x)/B(x), where B(x)+1 is g.f. of A002296. - Vladimir Kruchinin, Oct 05 2015
From Ilya Gutkovskiy, Jan 16 2017: (Start)
O.g.f.: 6F5(1/7,2/7,3/7,4/7,5/7,6/7; 1/6,1/3,1/2,2/3,5/6; 823543*x/46656).
E.g.f.: 6F6(1/7,2/7,3/7,4/7,5/7,6/7; 1/6,1/3,1/2,2/3,5/6,1; 823543*x/46656).
a(n) ~ sqrt(7/3)*7^(7*n)/(2*sqrt(Pi*n)*6^(6*n)). (End)
From Peter Bala, Feb 20 2022: (Start)
The o.g.f. A(x) is algebraic: (1 - A(x))*(1 + 6*A(x))^6 + (7^7)*x*A(x)^7 = 0.
Sum_{n >= 1} a(n)*( x*(6*x + 7)^6/(7^7*(1 + x)^7) )^n = x. (End)

A169961 a(n) = binomial(12*n, n).

Original entry on oeis.org

1, 12, 276, 7140, 194580, 5461512, 156238908, 4529365776, 132601016340, 3911395881900, 116068178638776, 3461014728350400, 103619293824707388, 3112781199432937200, 93780365051563029360, 2832430653037446854640, 85733828145510955528212, 2600022926684976508835280
Offset: 0

Views

Author

N. J. A. Sloane, Aug 07 2010

Keywords

Crossrefs

Programs

  • Magma
    [Binomial(12*n, n): n in [0..20]]; // Vincenzo Librandi, Aug 07 2014
    
  • Mathematica
    Table[Binomial[12 n, n], {n, 0, 20}] (* Vincenzo Librandi, Aug 07 2014 *)
    CoefficientList[Series[HypergeometricPFQ[Range[11]/12, Range[10]/11,(12^12)/(11^11)*x], {x,0,10}],x] (* Bradley Klee, Jul 01 2018 *)
  • PARI
    a(n) = binomial(12*n, n); \\ Michel Marcus, Jul 02 2018

Formula

a(n) = C(12*n-1,n-1)*C(144*n^2,2)/(3*n*C(12*n+1,3)), n>0. - Gary Detlefs, Jan 02 2014
From Bradley Klee, Jul 01 2018 : (Start)
G.f. G(x) and derivatives G^(n)(x)=d^n/dx^n G(x) satisfy a Picard-Fuchs type differential equation, 0=Sum_{m=0..11}(v1_{n}*x^(n+1)-v2_{n}*x^n)*G^(n)(x), with integer coefficient vectors:
v1={479001600, 647647046323200, 99278289544896000, 1290870365178240000, 4245175263164774400, 5313701967430348800, 3083267876011868160, 918801061774295040, 147161631039160320, 12624021804810240, 539424077119488, 8916100448256}
v2={0, 39916800, 14079254112000, 1273481816745600, 11475123393888000, 27687351298068000, 25909403608075680, 11200182937408080, 2427742942653600, 268452344620350, 14265583530550, 285311670611}
G.f.: G(x) = 11F10(m/12;n/11;12^12/11^11*x), m=1..11, n=1..10. (End)
From Vaclav Kotesovec, Jul 15 2018: (Start)
Recurrence: 11*n*(11*n - 10)*(11*n - 9)*(11*n - 8)*(11*n - 7)*(11*n - 6)*(11*n - 5)*(11*n - 4)*(11*n - 3)*(11*n - 2)*(11*n - 1)*a(n) = 41472*(2*n - 1)*(3*n - 2)*(3*n - 1)*(4*n - 3)*(4*n - 1)*(6*n - 5)*(6*n - 1)*(12*n - 11)*(12*n - 7)*(12*n - 5)*(12*n - 1)*a(n-1).
a(n) ~ 2^(24*n + 1/2) * 3^(12*n + 1/2) / (sqrt(Pi*n) * 11^(11*n + 1/2)). (End)
From Peter Bala, Feb 21 2022: (Start)
The o.g.f. A(x) is algebraic: (1 - A(x))*(1 + 11*A(x))^11 + (12^12)*x*A(x)^12 = 0.
Sum_{n >= 1} a(n)*( x*(11*x + 12)^11/(12^12*(1 + x)^12) )^n = x. (End)
From Seiichi Manyama, Aug 16 2025: (Start)
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(12*n+1,k).
G.f.: 1/(1 - 12*x*g^11) where g = 1+x*g^12.
G.f.: g/(12-11*g) where g = 1+x*g^12. (End)

A079589 a(n) = C(5*n+1,n).

Original entry on oeis.org

1, 6, 55, 560, 5985, 65780, 736281, 8347680, 95548245, 1101716330, 12777711870, 148902215280, 1742058970275, 20448884000160, 240719591939480, 2840671544105280, 33594090947249085, 398039194165652550, 4724081931321677925, 56151322242892212960, 668324943343021950370
Offset: 0

Views

Author

Benoit Cloitre, Jan 26 2003

Keywords

Comments

a(n) is the number of paths from (0,0) to (5n,n) taking north and east steps while avoiding exactly 2 consecutive north steps. - Shanzhen Gao, Apr 15 2010

Crossrefs

Programs

  • Magma
    [Binomial(5*n+1, n): n in [0..20]]; // Vincenzo Librandi, Aug 07 2014
  • Maple
    seq(binomial(5*n+1,n),n=0..100); # Robert Israel, Aug 07 2014
  • Mathematica
    Table[Binomial[5n+1,n],{n,0,20}]  (* Harvey P. Dale, Jan 23 2011 *)

Formula

a(n) is asymptotic to c*(3125/256)^n/sqrt(n) with c=0.557.... [c = 5^(3/2)/(sqrt(Pi)*2^(7/2)) = 0.55753878629774... - Vaclav Kotesovec, Feb 14 2019 and Aug 20 2025]
8*n*(4*n+1)*(2*n-1)*(4*n-1)*a(n) -5*(5*n+1)*(5*n-3)*(5*n-2)*(5*n-1)*a(n-1)=0. - R. J. Mathar, Jul 17 2014
G.f.: hypergeom([2/5, 3/5, 4/5, 6/5], [1/2, 3/4, 5/4], (3125/256)*x). - Robert Israel, Aug 07 2014
a(n) = [x^n] 1/(1 - x)^(2*(2*n+1)). - Ilya Gutkovskiy, Oct 10 2017
From Seiichi Manyama, Aug 16 2025: (Start)
a(n) = Sum_{k=0..n} binomial(5*n-k,n-k).
G.f.: 1/(1 - x*g^3*(5+g)) where g = 1+x*g^5 is the g.f. of A002294.
G.f.: g^2/(5-4*g) where g = 1+x*g^5 is the g.f. of A002294.
G.f.: B(x)^2/(1 + 4*(B(x)-1)/5), where B(x) is the g.f. of A001449. (End)

A371753 a(n) = Sum_{k=0..floor(n/2)} binomial(5*n-2*k-1,n-2*k).

Original entry on oeis.org

1, 4, 37, 376, 4013, 44064, 492871, 5585080, 63901421, 736575316, 8540549322, 99503540008, 1163910870767, 13660217796736, 160782910480936, 1897131524755896, 22433316399634669, 265775992115557076, 3154067508987675679, 37487016824453703920, 446148092364247390618
Offset: 0

Views

Author

Seiichi Manyama, Apr 05 2024

Keywords

Crossrefs

Programs

  • Maple
    A371753 := proc(n)
        add( binomial(5*n-2*k-1,n-2*k),k=0..floor(n/2)) ;
    end proc:
    seq(A371753(n),n=0..50) ; # R. J. Mathar, Sep 27 2024
  • PARI
    a(n) = sum(k=0, n\2, binomial(5*n-2*k-1, n-2*k));

Formula

a(n) = [x^n] 1/((1-x^2) * (1-x)^(4*n)).
a(n) ~ 5^(5*n + 3/2) / (3 * sqrt(Pi*n) * 2^(8*n + 5/2)). - Vaclav Kotesovec, Apr 05 2024
Conjecture D-finite with recurrence +1024*n*(796184150374453*n -1374782084855770) *(4*n-3)*(2*n-1)*(4*n-1)*a(n) +64*(-4720591427354845074*n^5 +16046598674673412696*n^4 -14164434258362644374*n^3 -6132680339747354209*n^2 +16406971563067867560*n -7312237120275595200)*a(n-1) +40*(-4968388566264801507*n^5 +51044954667717039608*n^4 -218029351288077225930*n^3 +471970442274586326109*n^2 -511707487331990011785*n +221366817798624198360)*a(n-2) -25*(5*n-11) *(719005061479699*n -1438086256867727)*(5*n-9) *(5*n-13)*(5*n-12)*a(n-3)=0. - R. J. Mathar, Sep 27 2024
From Seiichi Manyama, Aug 05 2025: (Start)
a(n) = Sum_{k=0..n} (-2)^(n-k) * binomial(5*n+1,k).
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(4*n+k,k). (End)
From Seiichi Manyama, Aug 14 2025: (Start)
a(n) = Sum_{k=0..n} (-1)^k * 2^(n-k) * binomial(5*n+1,k) * binomial(5*n-k,n-k).
G.f.: g^2/((-1+2*g) * (5-4*g)) where g = 1+x*g^5 is the g.f. of A002294. (End)
G.f.: B(x)^2/(1 + 6*(B(x)-1)/5), where B(x) is the g.f. of A001449. - Seiichi Manyama, Aug 15 2025
G.f.: 1/(1 - x*g^3*(-5+9*g)) where g = 1+x*g^5 is the g.f. of A002294. - Seiichi Manyama, Aug 16 2025

A385632 a(n) = Sum_{k=0..n} 2^(n-k) * binomial(5*n+1,k).

Original entry on oeis.org

1, 8, 81, 872, 9669, 109128, 1246419, 14359304, 166512285, 1940885504, 22717923586, 266833238328, 3143237113479, 37119019790016, 439290932937672, 5208668386199112, 61861932606093901, 735804601177846968, 8763478151940329859, 104498114621004830160, 1247410783999193335434
Offset: 0

Views

Author

Seiichi Manyama, Aug 03 2025

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, 2^(n-k)*binomial(5*n+1, k));

Formula

a(n) = [x^n] 1/((1-3*x) * (1-x)^(4*n+1)).
a(n) = Sum_{k=0..n} 3^(n-k) * binomial(4*n+k,k).
a(n) = 3^(5*n+1)*2^(-4*n-1) - binomial(5*n+1, n)*(hypergeom([1, -1-4*n], [1+n], -1/2) - 1). - Stefano Spezia, Aug 05 2025
a(n) = Sum_{k=0..n} 3^k * (-2)^(n-k) * binomial(5*n+1,k) * binomial(5*n-k,n-k). - Seiichi Manyama, Aug 07 2025
G.f.: g^2/((3-2*g) * (5-4*g)) where g = 1+x*g^5 is the g.f. of A002294. - Seiichi Manyama, Aug 14 2025
From Seiichi Manyama, Aug 16 2025: (Start)
G.f.: 1/(1 - x*g^3*(15-7*g)) where g = 1+x*g^5 is the g.f. of A002294.
G.f.: B(x)^2/(1 + 2*(B(x)-1)/5), where B(x) is the g.f. of A001449. (End)

A163456 a(n) = binomial(5*n,n)/5.

Original entry on oeis.org

1, 9, 91, 969, 10626, 118755, 1344904, 15380937, 177232627, 2054455634, 23930713170, 279871768995, 3284214703056, 38650751381832, 456002537343216, 5391644226101705, 63871405575418665, 757929628541719755
Offset: 1

Views

Author

Zak Seidov, Jul 28 2009

Keywords

Comments

For prime p, a(p) == 1 (mod p). - Gary Detlefs, Aug 03 2013
In fact, a(p) == 1 (mod p^3) for prime p >= 5. See Mestrovic, Section 3. - Peter Bala, Oct 09 2015
From Robert Israel, Jul 12 2016: (Start)
a(p+1) == 5 (mod p) for primes p >= 5.
a(p^(k+1)) == a(p^k) mod p^(3(k+1)) for primes p >= 5. (End)

References

  • Ronald L. Graham, Donald E. Knuth, and Oren Patashnik, Concrete Mathematics, Addison-Wesley, Reading, 2nd ed. 1994.

Crossrefs

Programs

  • Maple
    seq(binomial(5*n,n)/5, n=1..20); # Robert Israel, Jul 12 2016
  • Mathematica
    Array[Binomial[5 #, #]/5 &, {18}] (* Michael De Vlieger, Oct 09 2015 *)
  • PARI
    a(n) = binomial(5*n,n)/5 \\ Altug Alkan, Oct 09 2015

Formula

a(n) = (5*n-1)!/(4*n!*(4*n-1)!) = A001449(n)/5 = A163455(n)/4.
a(n) = binomial(5*n,n)/5. - Gary Detlefs, Aug 03 2013
From Peter Bala, Oct 08 2015: (Start)
a(n) = (1/3)*[x^n] (C(x)^3)^n, where C(x) = (1 - sqrt(1 - 4*x))/(2*x) is the o.g.f. for the Catalan numbers A000108. Cf. A224274.
exp( 3*Sum_{n >= 1} a(n)*x^n/n ) = 1 + 3*x + 18*x^2 + 136*x^3 + ... is the o.g.f. for A118970. (End)
From Peter Bala,Jul 12 2016: (Start)
a(n) = 1/6*[x^n] (1 + x)/(1 - x)^(4*n + 1).
a(n) = 1/6*[x^n] ( 1/C(-x)^6 )^n. Cf. A227726. (End)
a(n) ~ 2^(-8*n-3/2)*5^(5*n-1/2)*n^(-1/2)/sqrt(Pi). - Ilya Gutkovskiy, Jul 12 2016
From Robert Israel, Jul 12 2016: (Start)
G.f.: x*hypergeom([1, 6/5, 7/5, 8/5, 9/5], [5/4, 3/2, 7/4, 2], (3125/256)*x).
a(n) = 5*(5*n-4)*(5*n-3)*(5*n-2)*(5*n-1)*a(n-1)/(8*n*(4*n-3)*(2*n-1)*(4*n-1)). (End)
O.g.f.: f(x)/(1 - 4*f(x)), where f(x) = series reversion (x/(1 + x)^5) = x + 5*x^2 + 35*x^3 + 285*x^4 + 2530*x^5 + ... is the o.g.f. of A002294 with the initial term omitted. Cf. A025174. - Peter Bala, Feb 03 2022
Right-hand side of the identities (1/4)*Sum_{k = 0..n} (-1)^(n+k)*C(x*n,n-k)*C((x+4)*n+k-1,k) = C(5*n,n)/5 and (1/5)*Sum_{k = 0..n} (-1)^k*C(x*n,n-k)*C((x-5)*n+k-1,k) = C(5*n,n)/5, both valid for n >= 1 and x arbitrary. - Peter Bala, Feb 28 2022
Right-hand side of the identity (1/4)*Sum_{k = 0..2*n} (-1)^k*binomial(6*n-k-1,2*n-k)*binomial(4*n+k-1,k) = binomial(5*n,n)/5, for n >= 1. - Peter Bala, Mar 09 2022
a(n) = (1/2)* [x*n] F(x)^(2*n) = [x^n] G(x)^n for n >= 1, where F(x) = Sum_{k >= 0} 1/(2*k + 1)*binomial(3*k,k)*x^k is the o.g.f. of A001764 and G(x) = Sum_{k >= 0} 1/(3*k + 1)*binomial(4*k,k)*x^k is the o.g.f. of A002293 (apply Concrete Mathematics, equation 5.60, p. 201). - Peter Bala, Apr 26 2023

Extensions

Renamed by Peter Bala, Oct 08 2015

A346579 a(n) = (1/(5*n)) * Sum_{d|n} mu(n/d) * binomial(5*d,d).

Original entry on oeis.org

1, 4, 30, 240, 2125, 19776, 192129, 1922496, 19692504, 205444500, 2175519379, 23322637440, 252631900235, 2760767859780, 30400169155500, 336977763170048, 3757141504436392, 42107201575798248, 474084628585822412, 5359833703935374000, 60823006052351537106, 692556314455384443196
Offset: 1

Views

Author

Ilya Gutkovskiy, Jul 24 2021

Keywords

Comments

Inverse Euler transform of A002294.
Moebius transform of A261498.

Crossrefs

Programs

  • Mathematica
    Table[(1/(5 n)) Sum[MoebiusMu[n/d] Binomial[5 d, d], {d, Divisors[n]}], {n, 22}]
  • PARI
    a(n) = sumdiv(n, d, moebius(n/d)*binomial(5*d,d))/(5*n); \\ Michel Marcus, Jul 24 2021

A169959 a(n) = binomial(10*n, n).

Original entry on oeis.org

1, 10, 190, 4060, 91390, 2118760, 50063860, 1198774720, 28987537150, 706252528630, 17310309456440, 426342151127100, 10542859559688820, 261594860525768000, 6509613950241656640, 162392216278033616560, 4059949873964357469950, 101696990867999141755140
Offset: 0

Views

Author

N. J. A. Sloane, Aug 07 2010

Keywords

Crossrefs

binomial(k*n,n): A000984 (k = 2), A005809 (k = 3), A005810 (k = 4), A001449 (k = 5), A004355 (k = 6), A004368 (k = 7), A004381 (k = 8), A169958 - A169961 (k = 9 thru 12).

Programs

Formula

a(n) = C(10*n-1, n-1)*C(100*n^2, 2)/(3*n*C(10*n+1, 3)), n > 0. - Gary Detlefs, Jan 02 2014
From Peter Bala, Feb 21 2022: (Start)
The o.g.f. A(x) is algebraic: (1 - A(x))*(1 + 9*A(x))^9 + (10^10)*x*A(x)^10 = 0.
Sum_{n >= 1} a(n)*( x*(9*x + 10)^9/(10^10*(1 + x)^10) )^n = x. (End)

A264774 Triangle T(n,k) = binomial(5*n - 4*k, 4*n - 3*k), 0 <= k <= n.

Original entry on oeis.org

1, 5, 1, 45, 6, 1, 455, 55, 7, 1, 4845, 560, 66, 8, 1, 53130, 5985, 680, 78, 9, 1, 593775, 65780, 7315, 816, 91, 10, 1, 6724520, 736281, 80730, 8855, 969, 105, 11, 1, 76904685, 8347680, 906192, 98280, 10626, 1140, 120, 12, 1, 886163135, 95548245, 10295472, 1107568, 118755, 12650, 1330, 136, 13, 1
Offset: 0

Views

Author

Peter Bala, Nov 30 2015

Keywords

Comments

Riordan array (f(x),x*g(x)), where g(x) = 1 + x + 5*x^2 + 35*x^3 + 285*x^4 + ... is the o.g.f. for A002294 and f(x) = g(x)/(5 - 4*g(x)) = 1 + 5*x + 45*x^2 + 455*x^3 + 4845*x^4 + ... is the o.g.f. for A001449.
More generally, if (R(n,k))n,k>=0 is a proper Riordan array and m is a nonnegative integer and a > b are integers then the array with (n,k)-th element R((m + 1)*n - a*k, m*n - b*k) is also a Riordan array (not necessarily proper). Here we take R as Pascal's triangle and m = a = 4 and b = 3. See A092392, A264772, A264773 and A113139 for further examples.

Examples

			Triangle begins
  n\k |       0      1     2    3   4   5   6   7
------+---------------------------------------------
   0  |       1
   1  |       5      1
   2  |      45      6     1
   3  |     455     55     7    1
   4  |    4845    560    66    8   1
   5  |   53130   5985   680   78   9   1
   6  |  593775  65780  7315  816  91  10   1
   7  | 6724520 736281 80730 8855 969 105  11  1
...
		

Crossrefs

Cf. A001449 (column 0), A079589(column 1). Cf. A002294, A007318, A092392 (C(2n-k,n)), A113139, A119301 (C(3n-k,n-k)), A264772, A264773.

Programs

  • Magma
    /* As triangle */ [[Binomial(5*n-4*k, 4*n-3*k): k in [0..n]]: n in [0.. 10]]; // Vincenzo Librandi, Dec 02 2015
  • Maple
    A264774:= proc(n,k) binomial(5*n - 4*k, 4*n - 3*k); end proc:
    seq(seq(A264774(n,k), k = 0..n), n = 0..10);
  • Mathematica
    Table[Binomial[5 n - 4 k, 4 n - 3 k], {n, 0, 9}, {k, 0, n}] // Flatten (* Michael De Vlieger, Dec 01 2015 *)

Formula

T(n,k) = binomial(5*n - 4*k, n - k).
O.g.f.: f(x)/(1 - t*x*g(x)), where f(x) = Sum_{n >= 0} binomial(5*n,n)*x^n and g(x) = Sum_{n >= 0} 1/(4*n + 1)*binomial(5*n,n)*x^n.

A169960 a(n) = binomial(11*n,n).

Original entry on oeis.org

1, 11, 231, 5456, 135751, 3478761, 90858768, 2404808340, 64276915527, 1731030945644, 46897636623981, 1276749965026536, 34898565177533200, 957150015393611193, 26327386978706181060, 725971390105457325456, 20062118235172477959495, 555476984964439251664995
Offset: 0

Views

Author

N. J. A. Sloane, Aug 07 2010

Keywords

Crossrefs

binomial(k*n,n): A000984 (k = 2), A005809 (k = 3), A005810 (k = 4), A001449 (k = 5), A004355 (k = 6), A004368 (k = 7), A004381 (k = 8), A169958 - A169961 (k = 9 thru 12).

Programs

Formula

a(n) = C(11*n-1,n-1)*C(121*n^2,2)/(3*n*C(11*n+1,3)), n>0. - Gary Detlefs, Jan 02 2014
From Peter Bala, Feb 21 2022: (Start)
The o.g.f. A(x) is algebraic: (1 - A(x))*(1 + 10*A(x))^10 + (11^11)*x*A(x)^11 = 0.
Sum_{n >= 1} a(n)*( x*(10*x + 11)^10/(11^11*(1 + x)^11) )^n = x. (End)
Previous Showing 11-20 of 22 results. Next