A017800 Binomial coefficients C(84,n).
1, 84, 3486, 95284, 1929501, 30872016, 406481544, 4529365776, 43595145594, 368136785016, 2761025887620, 18574174153080, 112992892764570, 625806790696080, 3173734438530120, 14810760713140560, 63871405575418665, 255485622301674660, 950974260789566790
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..84 (full sequence)
Programs
-
Maple
seq(binomial(84,n), n=0..84); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[84,Range[0,84]] (* Harvey P. Dale, Jun 19 2014 *)
-
Sage
[binomial(84, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments