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.

A369614 Maximal size of Condorcet domain on n alternatives.

Original entry on oeis.org

1, 1, 2, 4, 9, 20, 45, 100, 224
Offset: 0

Views

Author

Andrey Zabolotskiy, Jan 27 2024

Keywords

Comments

A Condorcet domain is a set D of permutations of [n] such that for any i, j, k from [n] there do not exist three permutations in D in which i, j, k are ordered in all three different cyclic permutations of the order (i, j, k). If these permutations are interpreted as voters' preferences, this condition prevents the Condorcet effect.
Condorcet domains are also known as acyclic domains, acyclic sets of linear orders, consistent profiles, or consistent sets.

Examples

			For n <= 2, the set of all n! permutations is a Condorcet domain.
For n = 3, an example of a Condorcet domain of maximal size is the following set of permutations:
  123
  213
  231
  321
For n = 4, an example of a Condorcet domain of maximal size is:
  1234
  1324
  1342
  3124
  3142
  3412
  3421
  4312
  4321
		

Crossrefs

Cf. A144685 (size of Fishburn's alternating domain), A144686 (maximal size of Condorcet domain containing a maximal chain), A144687, A289684.