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.

A342474 Minimal length of a permutation containing every permutation of length n as a pattern.

Original entry on oeis.org

1, 3, 5, 9, 13, 17
Offset: 1

Views

Author

Vincent Vatter, Mar 13 2021

Keywords

Comments

These permutations are sometimes called "superpatterns".
A upper bound is ceiling((n^2+1)/2), see Engen and Vatter. A simple lower bound is n^2/e^2, which has been improved to 1.000076 n^2/e^2 by Chroman, Kwan, and Singhal.

Examples

			For n=3, the permutation 25314 contains all 6 permutations of length 3, but no shorter permutation does, so a(3)=5.
		

Crossrefs