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!)
A350225 Number of ordered pairs (a,g) with a in IS_n the symmetric inverse semigroup on [n] and g in symmetric group on [n] such that ag=ga. 0
1, 2, 10, 60, 480, 4320, 46800, 554400, 7459200, 108864000, 1745452800, 30017433600, 558036864000, 11021826816000, 232330146048000, 5173159799808000, 121812482727936000, 3012672515973120000, 78301030421053440000, 2127572806150471680000, 60438151687124090880000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000712(n)*n!
MAPLE
a:= proc(n) option remember; `if`(n=0, 1, 2*(n-1)!*
add(a(j)/j!*numtheory[sigma](n-j), j=0..n-1))
end:
seq(a(n), n=0..20); # Alois P. Heinz, Dec 20 2021
MATHEMATICA
nn = 16; Table[Sum[PartitionsP[k] PartitionsP[n - k], {k, 0, n}], {n, 0, nn}] Table[n!, {n, 0, nn}]
CROSSREFS
Sequence in context: A079856 A073329 A290446 * A277472 A052600 A183958
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Dec 20 2021
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 July 31 16:05 EDT 2024. Contains 374802 sequences. (Running on oeis4.)