login
Binomial coefficient C(41,n).
1

%I #18 Jan 28 2018 02:31:26

%S 1,41,820,10660,101270,749398,4496388,22481940,95548245,350343565,

%T 1121099408,3159461968,7898654920,17620076360,35240152720,63432274896,

%U 103077446706,151584480450,202112640600,244662670200,269128937220,269128937220,244662670200

%N Binomial coefficient C(41,n).

%C Row 41 of A007318.

%H Nathaniel Johnston, <a href="/A010957/b010957.txt">Table of n, a(n) for n = 0..41</a> (full sequence)

%p seq(binomial(41,n), n=0..41); # _Nathaniel Johnston_, Jun 24 2011

%t Binomial[41,Range[0,41]] (* _Harvey P. Dale_, Apr 15 2016 *)

%o (Sage) [binomial(41, n) for n in range(42)] # _Zerinvary Lajos_, May 21 2009

%Y Cf. A010926..A011001.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_