Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} with maximal number of initial entries of the same parity equal to k (1 <= k <= ceiling(n/2)).

A152878

Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} with maximal number of initial entries of the same parity equal to k (1 <= k <= ceiling(n/2)).

Terms

    a(0) =1a(1) =2a(2) =4a(3) =2a(4) =16a(5) =8a(6) =72a(7) =36a(8) =12a(9) =432a(10) =216a(11) =72a(12) =2880a(13) =1440a(14) =576a(15) =144a(16) =23040a(17) =11520a(18) =4608a(19) =1152a(20) =201600a(21) =100800a(22) =43200a(23) =14400a(24) =2880a(25) =2016000a(26) =1008000a(27) =432000a(28) =144000a(29) =28800

External references