|
EXAMPLE
|
F(3,2) = 9 because there are exactly 9 idempotent order-preserving partial transformations (on a 3-element chain) of width 2, namely: (1,2)->(1,1), (1,2)->(1,2), (1,2)->(2,2), (1,2)->(3,3), (1,3)->(1,1), (1,3)->(1,3),(1,3)->(3,3), (2,3)->(2,2), (2,3)->(2,3),( 2,3)->(3,3) - the mappings are coordinate-wise
Triangle begins:
1,
1,1,
1,2,3,
1,3,9,8,
1,4,18,32,21,
1,5,30,80,105,55,
1,6,45,160,315,330,144, ...
|