A017808 Binomial coefficients C(92,n).
1, 92, 4186, 125580, 2794155, 49177128, 713068356, 8760554088, 93080887185, 868754947060, 7210666060598, 53752237906276, 362827605867363, 2232785266876080, 12599288291657880, 65516299116620976, 315297189498738447, 1409563905994360116
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..92 (full sequence)
Programs
-
Maple
seq(binomial(92,n), n=0..92); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[92,Range[0,92]] (* Harvey P. Dale, Dec 31 2018 *)
-
Sage
[binomial(92, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments