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.

A355089 Number of parity-alternating permutations of [n] avoiding the pattern 123.

Original entry on oeis.org

1, 1, 1, 1, 3, 3, 10, 11, 37, 44, 146, 185, 603, 808, 2576, 3635, 11294, 16736, 50545, 78466, 230012, 373203, 1061236, 1795611, 4953447, 8721086, 23350320, 42691298, 111013825, 210379132, 531720722
Offset: 0

Views

Author

Per W. Alexandersson, Jun 18 2022

Keywords

Comments

A permutation is parity-alternating if it sends odd integers to odd integers, and even integers to even integers. It avoids 123 if there is no subsequence a..b..c with a < b < c. The values are computed by Michael Albert, see MathOverflow link.
The odd-indexed entries agree with the odd-indexed entries in A354208. A bijection is given by reversing the permutation.

Examples

			For n=4, the three permutations are 3412, 3214, 1432.
For n=5, we have 54321, 52143, 32541.
For n=6, we have 563412, 563214, 543612, 543216, 561432, 541632, 365412, 365214, 321654, 165432.
		

Crossrefs

Cf. A000108 (123-avoiding permutations), A010551 (parity-alternating permutations), A354208 (parity-alternating 321-avoiding permutations).