A017798 Binomial coefficients C(82,n).
1, 82, 3321, 88560, 1749060, 27285336, 350161812, 3801756816, 35641470150, 293052087900, 2139280241670, 14002561581840, 82848489359220, 446107250395800, 2198671448379300, 9967310565986160, 41738112995067045, 162042085745554410, 585151976303390925
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..82 (full sequence)
Programs
-
Maple
seq(binomial(82,n), n=0..82); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[82,Range[0,82]] (* Harvey P. Dale, Mar 24 2013 *)
-
Sage
[binomial(82, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments