cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A343474 a(n) is the number of preference profiles for n men and n women, where all men prefer the same woman and all women prefer the same man.

This page as a plain text file.
%I A343474 #17 Feb 02 2022 23:34:18
%S A343474 1,4,576,26873856,1585084524134400,320979616137216000000000000,
%T A343474 493004666484778531821296025600000000000000,
%U A343474 11093499218496894899774404870401368262117949440000000000000000
%N A343474 a(n) is the number of preference profiles for n men and n women, where all men prefer the same woman and all women prefer the same man.
%C A343474 Every preference profile of this type has exactly one pair of people who rank each other first.
%C A343474 This is the same number of preference profiles as when all men rank the same woman at only the i-th place, and all women rank the same man at only the j-th place, where i and j can be anywhere from 1 to n.
%C A343474 The total number of possible profiles is A185141.
%H A343474 Matvey Borodin, Eric Chen, Aidan Duncan, Tanya Khovanova, Boyan Litchev, Jiahe Liu, Veronika Moroz, Matthew Qian, Rohith Raghavan, Garima Rastogi, and Michael Voigt, <a href="https://arxiv.org/abs/2201.00645">Sequences of the Stable Matching Problem</a>, arXiv:2201.00645 [math.HO], 2021.
%F A343474 a(n) = n^2 * (n-1)!^(2*n).
%F A343474 a(n) = A342573(n)^2, where A342573 ignores women's preferences.
%e A343474 When n=2, there are 4 ways to pick a man and woman who are preferred by all people of the opposite gender, and then 1 way to fill in each of the remaining slots in every person's preference profile.  So, there are 4 different preference profiles.
%t A343474 Table[n^2 (n - 1)!^(2n), {n, 10}]
%Y A343474 Cf. A185141, A342573, A340890.
%K A343474 nonn
%O A343474 1,2
%A A343474 _Tanya Khovanova_ and MIT PRIMES STEP Senior group, Apr 16 2021