login
A010957
Binomial coefficient C(41,n).
1
1, 41, 820, 10660, 101270, 749398, 4496388, 22481940, 95548245, 350343565, 1121099408, 3159461968, 7898654920, 17620076360, 35240152720, 63432274896, 103077446706, 151584480450, 202112640600, 244662670200, 269128937220, 269128937220, 244662670200
OFFSET
0,2
COMMENTS
Row 41 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..41 (full sequence)
MAPLE
seq(binomial(41, n), n=0..41); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[41, Range[0, 41]] (* Harvey P. Dale, Apr 15 2016 *)
PROG
(Sage) [binomial(41, n) for n in range(42)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A268993 A125551 A087856 * A346981 A299332 A161662
KEYWORD
nonn,fini,full,easy
STATUS
approved