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.

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}.

This page as a plain text file.
%I A259553 #6 Jul 09 2015 20:35:17
%S A259553 2,6,53,12034
%N 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}.
%C A259553 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.
%e A259553 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).
%Y A259553 Cf. A062714, A259482.
%K A259553 nonn,more
%O A259553 1,1
%A A259553 _Jeffrey Shallit_, Jun 30 2015