OFFSET
1,2
COMMENTS
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
a(n) = n(n-1)!^n * n!^n.
EXAMPLE
When n=2, the total number of profiles is 16, and in half of them, the same woman is ranked 1st by both men.
MATHEMATICA
Table[n (n - 1)!^n n!^n, {n, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Tanya Khovanova and MIT PRIMES STEP Senior group, Mar 31 2021
STATUS
approved