A017806 Binomial coefficients C(90,n).
1, 90, 4005, 117480, 2555190, 43949268, 622614630, 7471375560, 77515521435, 706252528630, 5720645481903, 41604694413840, 273897571557780, 1643385429346680, 9038619861406740, 45795673964460816, 214667221708410075, 934433788613079150
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..90 (full sequence)
Programs
-
Maple
seq(binomial(90,n), n=0..90); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(90, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments