A187442 A trisection of A001405 (central binomial coefficients): binomial(3*n,floor(3*n/2)), n>=0.
1, 3, 20, 126, 924, 6435, 48620, 352716, 2704156, 20058300, 155117520, 1166803110, 9075135300, 68923264410, 538257874440, 4116715363800, 32247603683100, 247959266474052, 1946939425648112, 15033633249770520, 118264581564861424
Offset: 0
Programs
-
Mathematica
Table[Binomial[3n,Floor[(3n)/2]],{n,0,20}] (* Harvey P. Dale, Dec 23 2012 *)
Comments