Permutation breadth triangle: B(n,k) is the number of permutations w in S_n with breadth(w) = k, where breadth(w) = min({ |i-j|+|w(i)-w(j)| : 1 <= i < j <= n }).
A322481
Permutation breadth triangle: B(n,k) is the number of permutations w in S_n with breadth(w) = k, where breadth(w) = min({ |i-j|+|w(i)-w(j)| : 1 <= i < j <= n }).
Terms
- a(0) =0a(1) =0a(2) =2a(3) =0a(4) =6a(5) =0a(6) =0a(7) =22a(8) =2a(9) =0a(10) =0a(11) =106a(12) =14a(13) =0a(14) =0a(15) =0a(16) =630a(17) =90a(18) =0a(19) =0a(20) =0a(21) =0a(22) =4394a(23) =644a(24) =2a(25) =0a(26) =0a(27) =0a(28) =0a(29) =35078
External references
- oeis: A322481