login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226466 The number of endomorphisms of the symmetric inverse monoid on the set {1..n}. 1
1, 3, 14, 54, 306, 918, 4524, 25560, 168828, 1315764, 11998584, 125358192, 1466062200, 18835528104, 262376016912, 3927709053792, 62795044663056, 1067217284481840, 19208039592749472, 364940846656681536, 7298740111856220576, 153273039685710932448, 3372003538678423189440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
B. M. Schein and B. Teclezghi, Endomorphisms of finite symmetric inverse semigroups, J. Algebra, 198 (1997) 300-310.
PROG
(PARI) a(n)=if(n==0, return (1), if(n<5, return([3, 14, 54, 306][n]))); n!*(3+sum(m=0, n, sum(k=0, m\2, 2^(m-3*k)/((n-m)!*(m-2*k)!*k!))))
CROSSREFS
Cf. A226223.
Sequence in context: A104191 A318125 A151540 * A363964 A322938 A026544
KEYWORD
nonn
AUTHOR
James Mitchell, Jun 08 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)