Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #17 Sep 08 2022 08:44:37
%S 1,30,435,4060,27405,142506,593775,2035800,5852925,14307150,30045015,
%T 54627300,86493225,119759850,145422675,155117520,145422675,119759850,
%U 86493225,54627300,30045015,14307150,5852925,2035800,593775,142506,27405,4060,435,30,1
%N Binomial coefficient C(30,n).
%C Row 30 of A007318.
%p seq(binomial(30,n), n=0..30); # _Nathaniel Johnston_, Jun 24 2011
%t Binomial[30,Range[0,30]] (* _Harvey P. Dale_, Jul 17 2016 *)
%o (Sage) [binomial(30, n) for n in range(31)] # _Zerinvary Lajos_, May 21 2009
%o (Magma) [Binomial(30,n): n in [0..30]]; // _Vincenzo Librandi_, Jan 28 2018
%Y Cf. A010926..A011001.
%K nonn,fini,full,easy
%O 0,2
%A _N. J. A. Sloane_