A017804 Binomial coefficients C(88,n).
1, 88, 3828, 109736, 2331890, 39175752, 541931236, 6348337336, 64276915527, 571350360240, 4513667845896, 32006008361808, 205371886988268, 1200635647008336, 6431976680401800, 31731084956648880, 144773075114710515, 613156553427009240
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..88 (full sequence)
Programs
-
Maple
seq(binomial(88,n), n=0..88); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[88,Range[0,20]] (* Harvey P. Dale, Mar 04 2023 *)
-
Sage
[binomial(88, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments