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.

A376572 Triangle read by rows: T(n,k) is the frequency of the symbol k in the lexicographically earliest minimal superpermutation on n symbols, where the symbols are {1, 2, ..., n}.

Original entry on oeis.org

1, 2, 1, 4, 3, 2, 10, 9, 8, 6, 32, 33, 31, 31, 26
Offset: 1

Views

Author

Paolo Xausa, Sep 28 2024

Keywords

Comments

Equivalently, T(n,k) is the frequency of k in row n of A332089 (see there for more information).

Examples

			Triangle begins:
  n\k|  1   2   3   4   5  ...
  ----------------------------
   1 |  1;
   2 |  2,  1;
   3 |  4,  3,  2;
   4 | 10,  9,  8,  6;
   5 | 32, 33, 31, 31, 26;
  ...
For n = 3, the minimal superpermutation is 123121321; symbol 1 appears 4 times, symbol 2 appears 3 times and symbol 3 appears 2 times.
		

Crossrefs

Cf. A180632 (row sums, for n >= 1), A332089.