login
A378232
Cardinality of the ramified symmetric inverse monoid R(IS_n).
0
1, 3, 39, 971, 38140, 2126890, 157874467, 14928602309, 1741809491235, 244735956424795, 40624759074089022, 7844197919242437824, 1739438713163799078369, 438224899712759948799899, 124286842162679198452748231, 39368769274679276781570308187, 13831693583206758886731727544652
OFFSET
0,2
COMMENTS
a(n) is the number of ramified set partitions (I, J), where I is a partial permutation.
LINKS
Francesca Aicardi, Diego Arcis, and Jesús Juyumaya, Ramified inverse and planar monoids, Mosc Math J, 24(3):321-355, 9 2024.
FORMULA
a(n) = Sum_{k=0..n}(k!*(binomial(n, k)^2)*A000110(2n - k)).
MAPLE
seq(add(k!*(binomial(n, k)^2)*combinat:-bell(2*n - k), k=0..n), n=0..16); # Georg Fischer, Jun 16 2025
CROSSREFS
Cf. A000110.
Sequence in context: A258923 A326271 A276964 * A367596 A353739 A274573
KEYWORD
nonn
AUTHOR
Diego Arcis, Nov 21 2024
EXTENSIONS
a(10)-a(16) corrected by Georg Fischer, Jun 16 2025
STATUS
approved