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 91 results. Next

A017775 Binomial coefficients C(59,n).

Original entry on oeis.org

1, 59, 1711, 32509, 455126, 5006386, 45057474, 341149446, 2217471399, 12565671261, 62828356305, 279871768995, 1119487075980, 4047376351620, 13298522298180, 39895566894540, 109712808959985, 277508869722315, 647520696018735, 1397281501935165
Offset: 0

Views

Author

Keywords

Comments

Row 59 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^59.
E.g.f.: 1F1(-59; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017776 Binomial coefficients C(60,n).

Original entry on oeis.org

1, 60, 1770, 34220, 487635, 5461512, 50063860, 386206920, 2558620845, 14783142660, 75394027566, 342700125300, 1399358844975, 5166863427600, 17345898649800, 53194089192720, 149608375854525, 387221678682300, 925029565741050, 2044802197953900
Offset: 0

Views

Author

Keywords

Comments

Row 60 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^60.
E.g.f.: 1F1(-60; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017777 Binomial coefficients C(61,n).

Original entry on oeis.org

1, 61, 1830, 35990, 521855, 5949147, 55525372, 436270780, 2944827765, 17341763505, 90177170226, 418094152866, 1742058970275, 6566222272575, 22512762077400, 70539987842520, 202802465047245, 536830054536825, 1312251244423350, 2969831763694950
Offset: 0

Views

Author

Keywords

Comments

Row 61 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 13 2018: (Start)
G.f.: (1+x)^61.
E.g.f.: 1F1(-61; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017778 Binomial coefficients C(62,n).

Original entry on oeis.org

1, 62, 1891, 37820, 557845, 6471002, 61474519, 491796152, 3381098545, 20286591270, 107518933731, 508271323092, 2160153123141, 8308281242850, 29078984349975, 93052749919920, 273342452889765, 739632519584070, 1849081298960175, 4282083008118300
Offset: 0

Views

Author

Keywords

Comments

Row 62 of A007318.

Crossrefs

Programs

  • Magma
    [Binomial(62,n): n in [0..62]]; // G. C. Greubel, Nov 14 2018
  • Maple
    seq(binomial(62,n), n=0..62); # Nathaniel Johnston, Jun 24 2011
  • Mathematica
    Binomial[62, Range[0,62]] (* G. C. Greubel, Nov 14 2018 *)
    CoefficientList[Series[(1+x)^62,{x,0,20}],x] (* Harvey P. Dale, Aug 11 2024 *)
  • PARI
    vector(62, n, n--; binomial(62,n)) \\ G. C. Greubel, Nov 14 2018
    
  • Sage
    [binomial(62, n) for n in range(18)] # Zerinvary Lajos, May 28 2009
    

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^62.
E.g.f.: 1F1(-62; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017779 Binomial coefficients C(63,n).

Original entry on oeis.org

1, 63, 1953, 39711, 595665, 7028847, 67945521, 553270671, 3872894697, 23667689815, 127805525001, 615790256823, 2668424446233, 10468434365991, 37387265592825, 122131734269895, 366395202809685, 1012974972473835, 2588713818544245, 6131164307078475
Offset: 0

Views

Author

Keywords

Comments

Row 63 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^63.
E.g.f.: 1F1(-63; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017780 Binomial coefficients C(64,n).

Original entry on oeis.org

1, 64, 2016, 41664, 635376, 7624512, 74974368, 621216192, 4426165368, 27540584512, 151473214816, 743595781824, 3284214703056, 13136858812224, 47855699958816, 159518999862720, 488526937079580, 1379370175283520, 3601688791018080
Offset: 0

Views

Author

Keywords

Comments

Row 64 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^64.
E.g.f.: 1F1(-64; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017781 Binomial coefficients C(65,n).

Original entry on oeis.org

1, 65, 2080, 43680, 677040, 8259888, 82598880, 696190560, 5047381560, 31966749880, 179013799328, 895068996640, 4027810484880, 16421073515280, 60992558771040, 207374699821536, 648045936942300, 1867897112363100, 4981058966301600, 12321566916640800
Offset: 0

Views

Author

Keywords

Comments

Row 65 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^65.
E.g.f.: 1F1(-65; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017782 Binomial coefficients C(66,n).

Original entry on oeis.org

1, 66, 2145, 45760, 720720, 8936928, 90858768, 778789440, 5743572120, 37014131440, 210980549208, 1074082795968, 4922879481520, 20448884000160, 77413632286320, 268367258592576, 855420636763836, 2515943049305400, 6848956078664700
Offset: 0

Views

Author

Keywords

Comments

Row 66 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^66.
E.g.f.: 1F1(-66; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017783 Binomial coefficients C(67,n).

Original entry on oeis.org

1, 67, 2211, 47905, 766480, 9657648, 99795696, 869648208, 6522361560, 42757703560, 247994680648, 1285063345176, 5996962277488, 25371763481680, 97862516286480, 345780890878896, 1123787895356412, 3371363686069236, 9364899127970100, 24151581961607100
Offset: 0

Views

Author

Keywords

Comments

Row 67 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^67.
E.g.f.: 1F1(-67; 1; -x), where 1F1 is the confluent hypergeometric function. (End)

A017784 Binomial coefficients C(68,n).

Original entry on oeis.org

1, 68, 2278, 50116, 814385, 10424128, 109453344, 969443904, 7392009768, 49280065120, 290752384208, 1533058025824, 7282025622664, 31368725759168, 123234279768160, 443643407165376, 1469568786235308, 4495151581425648, 12736262814039336
Offset: 0

Views

Author

Keywords

Comments

Row 68 of A007318.

Crossrefs

Programs

Formula

From G. C. Greubel, Nov 14 2018: (Start)
G.f.: (1+x)^68.
E.g.f.: 1F1(-68; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
Previous Showing 11-20 of 91 results. Next