cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

User: Ildar Gainullin

Ildar Gainullin's wiki page.

Ildar Gainullin has authored 1 sequences.

A331883 The number of permutations in the symmetric group S_n in which it is possible to find two disjoint increasing subsequences each with length equal to the length of the longest increasing subsequence of the permutation.

Original entry on oeis.org

0, 1, 1, 5, 26, 132, 834, 6477, 56242
Offset: 1

Author

Ildar Gainullin, Jan 30 2020

Keywords

Comments

Only permutations whose longest increasing subsequence is at most n/2 need to be considered.

Examples

			a(3) = 1 because the only permutation whose longest increasing subsequence is 1 is [3,2,1] and this contains two disjoint increasing subsequences of length 1.
The a(4) = 5 permutations are:
  [2,1,4,3],
  [2,4,1,3],
  [3,1,4,2],
  [3,4,1,2],
  [4,3,2,1].
		

Crossrefs