A226284 a(n) = [n/2]!*[(n+1)/2]!*C([n/2],3)*C([(n+1)/2],3).
0, 0, 0, 0, 0, 36, 576, 9216, 115200, 1440000, 17280000, 207360000, 2540160000, 31116960000, 398297088000, 5098202726400, 68825736806400, 929147446886400, 13273534955520000, 189621927936000000, 2868031660032000000, 43378978857984000000, 694063661727744000000
Offset: 1
Keywords
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Programs
-
Mathematica
Table[Floor[n/2]!Floor[(n+1)/2]!Binomial[Floor[n/2],3]Binomial[Floor[ (n+1)/2], 3],{n,30}] (* Harvey P. Dale, Dec 12 2018 *)
Comments