A010956 Binomial coefficient C(40,n).
1, 40, 780, 9880, 91390, 658008, 3838380, 18643560, 76904685, 273438880, 847660528, 2311801440, 5586853480, 12033222880, 23206929840, 40225345056, 62852101650, 88732378800, 113380261800, 131282408400, 137846528820, 131282408400, 113380261800
Offset: 0
Links
- Nathaniel Johnston, Table of n, a(n) for n = 0..40 (full sequence)
Programs
-
Maple
seq(binomial(40,n), n=0..40); # Nathaniel Johnston, Jun 24 2011
-
Sage
[binomial(40, n) for n in range(41)] # Zerinvary Lajos, May 21 2009
Comments