A017801 Binomial coefficients C(85,n).
1, 85, 3570, 98770, 2024785, 32801517, 437353560, 4935847320, 48124511370, 411731930610, 3129162672636, 21335200040700, 131567066917650, 738799683460650, 3799541229226200, 17984495151670680, 78682166288559225, 319357027877093325, 1206459883091241450
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..85 (full sequence)
Programs
-
Maple
seq(binomial(85,n), n=0..85); # Nathaniel Johnston, Jun 24 2011
-
Mathematica
Binomial[85,Range[0,40]] (* Harvey P. Dale, Apr 14 2012 *)
-
Sage
[binomial(85, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments