A017809 Binomial coefficients C(93,n).
1, 93, 4278, 129766, 2919735, 51971283, 762245484, 9473622444, 101841441273, 961835834245, 8079421007658, 60962903966874, 416579843773639, 2595612872743443, 14832073558533960, 78115587408278856, 380813488615359423, 1724861095493098563
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..93 (full sequence)
Programs
-
Maple
seq(binomial(93,n), n=0..93); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[93,Range[0,20]] (* Harvey P. Dale, Jan 21 2019 *)
-
Sage
[binomial(93, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments