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.

A351781 a(n) = (n-1)^n*(n-1)!^n.

This page as a plain text file.
%I A351781 #12 Jun 07 2022 15:52:12
%S A351781 0,1,64,104976,8153726976,46656000000000000,
%T A351781 28079296819683655680000000,2400095991902688012207233433600000000,
%U A351781 37800243186554601452585666030525214621696000000000
%N A351781 a(n) = (n-1)^n*(n-1)!^n.
%C A351781 a(n) is the number of women's ranking tables in the stable marriage problem that can be paired with a men's ranking table having no two men with the same first choice, without forming any mutual first choices. It has two terms: (n-1)^n from A065440(n), and (n-1)!^n from A091868(n-1). Such men's ranking tables having no two men with the same first choice arise in A343694, A343475, and A344663.
%C A351781 a(n)*A123234 is a useful alternative to A343696 which combines a Latin men's ranking table with an arbitrary women's table, since it gives fewer instances to consider.
%F A351781 a(n) = (n-1)^n*(n-1)!^n.
%F A351781 a(n) = A065440(n)*A091868(n-1).
%t A351781 Table[(n-1)^n*(n-1)!^n,{n,1,9}]
%Y A351781 Cf. A065440, A091868, A343694, A343475, A344663, A123234.
%K A351781 nonn
%O A351781 1,3
%A A351781 _Dan Eilers_, Feb 19 2022