Triangle read by rows: T(n,k) is the number of permutations pi of [n] with k+1 valleys such that s(pi) avoids the patterns 132, 231, 312, and 321, where s denotes West's stack-sorting map (0 <= k <= floor((n-1)/2)).
A319252
Triangle read by rows: T(n,k) is the number of permutations pi of [n] with k+1 valleys such that s(pi) avoids the patterns 132, 231, 312, and 321, where s denotes West's stack-sorting map (0 <= k <= floor((n-1)/2)).
Terms
- a(0) =1a(1) =2a(2) =4a(3) =2a(4) =8a(5) =10a(6) =16a(7) =36a(8) =4a(9) =32a(10) =112a(11) =36a(12) =64a(13) =320a(14) =200a(15) =10a(16) =128a(17) =864a(18) =880a(19) =130a(20) =256a(21) =2240a(22) =3360a(23) =980a(24) =28a(25) =512a(26) =5632a(27) =11648a(28) =5600a(29) =476
External references
- oeis: A319252