A017803 Binomial coefficients C(87,n).
1, 87, 3741, 105995, 2225895, 36949857, 504981379, 5843355957, 58433559570, 512916800670, 4000751045226, 28005257316582, 177366629671686, 1023269017336650, 5408707663065150, 26322377293583730, 118450697821126785, 494705855605882455
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..87 (full sequence)
Programs
-
Maple
seq(binomial(87,n), n=0..87); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(87, n) for n in range(16)] # Zerinvary Lajos, May 29 2009
Comments