A168502 For each permutation of {1,2,...,n} one or more integers might not be part of any longest increasing subsequence (LIS) of that permutation. The sequence lists the number of permutations for which ceiling(n/2) is not part of any LIS. For example, if n=4, 2 is not in any LIS of the two permutations (1342) and (3421).
0, 0, 0, 2, 15, 122, 990, 9210, 91013, 1001285, 11774254, 150849588, 2059781391
Offset: 1
Links
- A. Godbole, Publications (lists some related sequences)
- Manfred Scheucher, C Code
Extensions
a(9)-a(13) from Manfred Scheucher, Jun 08 2015
Comments