A017807 Binomial coefficients C(91,n).
1, 91, 4095, 121485, 2672670, 46504458, 666563898, 8093990190, 84986896995, 783768050065, 6426898010533, 47325339895743, 315502265971620, 1917283000904460, 10682005290753420, 54834293825867556, 260462895672870891, 1149101010321489225
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..91 (full sequence)
Programs
-
Maple
seq(binomial(91,n), n=0..91); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(91, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments