OFFSET
1,3
COMMENTS
a(n) is the number of ways to arrange the remaining preferences in the stable marriage problem of order n after the first choice of each participant has been determined. The first choices are often treated separately in order to avoid mutual first choices, or to avoid multiple participants with the same first choice.
LINKS
Matvey Borodin, Eric Chen, Aidan Duncan, Tanya Khovanova, Boyan Litchev, Jiahe Liu, Veronika Moroz, Matthew Qian, Rohith Raghavan, Garima Rastogi, and Michael Voigt, Sequences of the Stable Matching Problem, arXiv:2201.00645 [math.HO], 2021.
FORMULA
MATHEMATICA
Table[(n-1)!^(2n), {n, 1, 9}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Dan Eilers, Feb 15 2022
STATUS
approved