Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} in which k is an excedance (n >= 2, 1 <= k <= n-1). An excedance of a permutation p is a value j such that p(j) > j.
A152883
Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} in which k is an excedance (n >= 2, 1 <= k <= n-1). An excedance of a permutation p is a value j such that p(j) > j.
Terms
- a(0) =1a(1) =4a(2) =2a(3) =18a(4) =12a(5) =6a(6) =96a(7) =72a(8) =48a(9) =24a(10) =600a(11) =480a(12) =360a(13) =240a(14) =120a(15) =4320a(16) =3600a(17) =2880a(18) =2160a(19) =1440a(20) =720a(21) =35280a(22) =30240a(23) =25200a(24) =20160a(25) =15120a(26) =10080a(27) =5040a(28) =322560a(29) =282240
External references
- oeis: A152883