A017805 Binomial coefficients C(89,n).
1, 89, 3916, 113564, 2441626, 41507642, 581106988, 6890268572, 70625252863, 635627275767, 5085018206136, 36519676207704, 237377895350076, 1406007533996604, 7632612327410136, 38163061637050680, 176504160071359395, 757929628541719755
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..89 (full sequence)
Programs
-
Maple
seq(binomial(89,n), n=0..89); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(89, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments