A017799 Binomial coefficients C(83,n).
1, 83, 3403, 91881, 1837620, 29034396, 377447148, 4151918628, 39443226966, 328693558050, 2432332329570, 16141841823510, 96851050941060, 528955739755020, 2644778698775100, 12165982014365460, 51705423561053205, 203780198740621455, 747194062048945335
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..83 (full sequence)
Programs
-
Maple
seq(binomial(83,n), n=0..83); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(83, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments