OFFSET
0,2
COMMENTS
Note the typo in corollary 27 of Umar (the 2nd equal sign in the equation in the first line should be a plus).
LINKS
V. H. Fernandes, G. M. S. Gomes, M. M. Jesus, Congruences on monoids of transformations preserving the orientation on a finite chain, J. Alg. 321 (3) (2009) 743-757, proposition 1.10
A. Umar, Combinatorial Results for Semigroups of Orientation-Preserving Partial Transformations, J. Int. Seq. 14 (2011) # 11.7.5, corollary 27, Tables 3.1-3.3.
MAPLE
# Table 3.3 of Umar
A := proc(n, k)
if k = 0 then
1;
else
2*n*add(binomial(k-1, p-1)*binomial(n-1, p-1)*2^(n-p), p=1..k)-(n-1)*2^n-1-(k-1)*2^(n-1)*binomial(n, 2) ;
end if ;
end proc:
A289717 := proc(n)
add(A(n, k), k=0..n) ;
end proc:
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Sep 02 2017
STATUS
approved