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
KEYWORD
nonn
AUTHOR
Diego Arcis, Nov 21 2024
EXTENSIONS
a(10)-a(16) corrected by Georg Fischer, Jun 16 2025
STATUS
approved
