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.

A259553 Number of distinct (n!)-tuples, with integer entries between 0 and n, inclusive, where entries measure the length of the longest prefix of each of the n! permutations of 123...n that is a subsequence of some string over the alphabet {1,2,3,...n}.

Original entry on oeis.org

2, 6, 53, 12034
Offset: 1

Views

Author

Jeffrey Shallit, Jun 30 2015

Keywords

Comments

This sequence is an upper bound on A259482. (It is only an upper bound because two such n-tuples might be "equivalent" in the sense of the Myhill-Nerode theorem.) The length of the shortest string corresponding to (n,n,...,n) is given by A062714.

Examples

			For n = 2, where the permutations are 12 and 21, the six possible 2-tuples are (0,0) (corresponding to the empty string); (1,0) (corresponding to 1); (0,1) (corresponding to 2); (2,1) (corresponding to 12); (1,2) (corresponding to 21); (2,2) (corresponding to 121).
		

Crossrefs

Showing 1-1 of 1 results.