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.

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

This page as a plain text file.
%I A184051 #8 Mar 31 2012 10:23:26
%S A184051 1,1,1,2,2,1,5,4,3,1,13,6,6,4,1,30,10,10,10,5,1,66,14,15,20,15,6,1,
%T A184051 137,22,21,35,35,21,7,1
%N A184051 T(n,k) is the number of order-decreasing partial isometries (of an n-chain) with exactly k fixed points.
%H A184051 R. Kehinde, S. O. Makanjuola and A. Umar, <a href="http://arxiv.org/abs/1101.2558">On the semigroup of order-decreasing partial isometries of a finite chain</a>, arXiv:1101.2558
%F A184051 T(n,0)= A184052(n) and T(n,k)=C(n,k), (k>0)
%e A184051 T (4,2) = 6 because there are exactly 6 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
%Y A184051 Row sums are A184052 for n >= 0
%K A184051 nonn,easy,tabl
%O A184051 0,4
%A A184051 _Abdullahi Umar_, Jan 12 2011