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.

A184050 T(n,k) is the number of order-preserving and order-decreasing partial isometries (of an n-chain) with exactly k fixed points.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 5, 3, 3, 1, 12, 4, 6, 4, 1, 27, 5, 10, 10, 5, 1, 58, 6, 15, 20, 15, 6, 1, 121, 7, 21, 35, 35, 21, 7, 1
Offset: 0

Views

Author

Abdullahi Umar, Jan 12 2011

Keywords

Examples

			T (4,2) = 6 because there are exactly 6 order-preserving and order-decreasing partial isometries (on a 4-chain) of fix 2, namely: (1,2)-->(1,2); (2,3)-->(2,3); (3,4)-->(3,4); (1,3)-->(1,3); (2,4)-->(2,4); (1,4)-->(1,4) - the mappings are coordinate-wise
		

Crossrefs

Row sums are A000325 for n >= 0

Formula

T(n,0)= A000325(n-1) and T(n,k)=C(n,k), (k>0)