OFFSET
0,2
COMMENTS
a(n) from last equations, Larson, p.22.
REFERENCES
J. A. N. d. Condorcet. Essai sur l'application de l'analyse à la probabilité des décisions rendues à la pluralité des voix. L'imprimerie royale, Paris, 1785.
LINKS
P. Erdos and L. Moser, On the representation of directed graphs as unions of orderings, Magyar Tud. Akad. Mat. Kutats Int. Kvzl., 9:125-132, 1964.
Paul Larson, Nick Matteo, Saharon Shelah, What majority decisions are possible with possible abstaining, arXiv:1003.2756 [math.CO], 2010.
S. Shelah, What majority decisions are possible, Discrete Mathematics, 309(8): 2349-2364, 2009.
FORMULA
a(n) = 16*A091363(n). - Michel Marcus, Jun 25 2015
EXAMPLE
a(4) = 16*(4^3)*(4!) = 24576.
MATHEMATICA
Table[16n^3 n!, {n, 0, 20}] (* Harvey P. Dale, Feb 25 2016 *)
PROG
(PARI) a(n) = 16*n^3*n! \\ Michel Marcus, Jun 25 2015
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 16 2010
STATUS
approved