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.

Showing 1-1 of 1 results.

A369431 a(n) is the number of permutations of [n] which avoid the patterns 1234, 1324, 1342, and 2413.

Original entry on oeis.org

1, 1, 2, 6, 20, 66, 214, 688, 2206, 7070, 22660, 72634, 232830, 746352, 2392486, 7669286, 24584436, 78807122, 252621702, 809796400, 2595858574
Offset: 0

Views

Author

Matt Slattery-Holmes, Jan 23 2024

Keywords

Examples

			For n = 4, the valid permutations are the 20 which are not elements of the set {1234,1324,1342,2413}, hence a(4) = 20.
		

Crossrefs

Cf. A033321 (avoiding 1234, 1324, 1342), A369626 (avoiding 1234, 1324, 2413), A053617 (avoiding 1234, 1324), A165530 (avoiding 1234 and 2413).

Extensions

a(13)-a(20) from Martin Ehrenstein, Feb 24 2024
Showing 1-1 of 1 results.