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.

A263754 Triangle read by rows: T(n,k) (n>=0, 1<=k<=n!) is the number of permutations pi of n such that there are k permutations <= pi in the left weak order.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 0, 0, 1, 1, 3, 4, 3, 2, 3, 0, 4, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 6, 7, 6, 9, 4, 10, 4, 8, 2, 8, 0, 4, 8, 2, 0, 4, 0, 9, 0, 0, 0, 2, 4, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Christian Stump, Oct 19 2015

Keywords

Comments

Row sums give A000142.

Examples

			Triangle begins:
  1;
  1;
  1,1;
  1,2,2,0,0,1;
  1,3,4,3,2,3,0,4,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1;
  ...
		

Crossrefs

Formula

Sum_{k=1..n!} k * T(n,k) = A007767(n). - Alois P. Heinz, Jun 06 2016

Extensions

Row n=0 prepended by Alois P. Heinz, Jun 06 2016