Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} whose longest block is of length k (0<=k<=n).
A184182
Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} whose longest block is of length k (0<=k<=n).
Terms
- a(0) =1a(1) =0a(2) =1a(3) =0a(4) =1a(5) =1a(6) =0a(7) =3a(8) =2a(9) =1a(10) =0a(11) =11a(12) =10a(13) =2a(14) =1a(15) =0a(16) =53a(17) =53a(18) =11a(19) =2a(20) =1a(21) =0a(22) =309a(23) =334a(24) =63a(25) =11a(26) =2a(27) =1a(28) =0a(29) =2119
External references
- oeis: A184182