[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
A017800
Binomial coefficients C(84,n).
3
1, 84, 3486, 95284, 1929501, 30872016, 406481544, 4529365776, 43595145594, 368136785016, 2761025887620, 18574174153080, 112992892764570, 625806790696080, 3173734438530120, 14810760713140560, 63871405575418665, 255485622301674660, 950974260789566790
OFFSET
0,2
COMMENTS
Row 84 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..84 (full sequence)
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 *)
PROG
(Sage) [binomial(84, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
KEYWORD
nonn,fini,full,easy
STATUS
approved