Triangle read by rows: T(n,k) is the number of permutations p of {1,2,...,n} for which the number of j < ceiling(n/2) such that p(j) + p(n+1-j) = n+1 is equal to k (n>=1; 0<=k <=ceiling(n/2)).
A155517
Triangle read by rows: T(n,k) is the number of permutations p of {1,2,...,n} for which the number of j < ceiling(n/2) such that p(j) + p(n+1-j) = n+1 is equal to k (n>=1; 0<=k <=ceiling(n/2)).
Terms
- a(0) =0a(1) =1a(2) =0a(3) =2a(4) =4a(5) =0a(6) =2a(7) =16a(8) =0a(9) =8a(10) =64a(11) =48a(12) =0a(13) =8a(14) =384a(15) =288a(16) =0a(17) =48a(18) =2880a(19) =1536a(20) =576a(21) =0a(22) =48a(23) =23040a(24) =12288a(25) =4608a(26) =0a(27) =384a(28) =208896a(29) =115200
External references
- oeis: A155517