|
| |
|
|
A144088
|
|
T(n,k) is the number of partial bijections (or subpermutations) of an n-element set with exactly k fixed points.
|
|
3
| |
|
|
1, 1, 1, 4, 2, 1, 18, 12, 3, 1, 108, 72, 24, 4, 1, 780, 540, 180, 40, 5, 1, 6600, 4680, 1620, 360, 60, 6, 1, 63840, 46200, 16380, 3780, 630, 84, 7, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
REFERENCES
| Laradji, A. and Umar, A. Combinatorial results for the symmetric inverse semigroup. Semigroup Forum 75, (2007), 221-236.
|
|
|
FORMULA
| T(n,k)=C(n,k)(n-k)!sum(m=0,n-k,(-1^m/m!)sum(j=0,n-m,C(n-m,j)/j!));
(n-k)T(n,k)=n(2n-2k-1)T(n-1,k)-n(n-1)(n-k-3)T(n-2,k)-n(n-1)(n-2)T(n-3,k), T(k,k)=1 and T(n,k)=0 if n<k.
|
|
|
EXAMPLE
| T(3,1) = 12 because there are exactly 12 partial bijections (on a 3-element set) with exactly 1 fixed point, namely: (1)->(1), (2)->(2), (3)->(3), (1,2)->(1,3), (1,2)->(3,2), (1,3)->(1,2), (1,3)->(2,3), (2,3)->(2,1), (2,3)->(1,3), (1,2,3)->(1,3,2), (1,2,3)->(3,2,1), (1,2,3)->(2,1,3) - the mappings are coordinate-wise.
|
|
|
CROSSREFS
| T(n, 0) = A144085, T(n, 1) = A144086, T(n, 2) = A144087
Sequence in context: A171650 A143777 A152391 * A039948 A111536 A111559
Adjacent sequences: A144085 A144086 A144087 * A144089 A144090 A144091
|
|
|
KEYWORD
| nice,nonn
|
|
|
AUTHOR
| A. Umar (aumarh(AT)squ.edu.om), Sep 11 2008, Sep 16 2008
|
| |
|
|