A017802 Binomial coefficients C(86,n).
1, 86, 3655, 102340, 2123555, 34826302, 470155077, 5373200880, 53060358690, 459856441980, 3540894603246, 24464362713336, 152902266958350, 870366750378300, 4538340912686850, 21784036380896880, 96666661440229905, 398039194165652550
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..86 (full sequence)
Programs
-
Maple
seq(binomial(86,n), n=0..86); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(86, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments