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.

A174335 Upper bound in enumerating what majority decisions are possible with possible abstaining.

Original entry on oeis.org

0, 16, 256, 2592, 24576, 240000, 2488320, 27659520, 330301440, 4232632320, 58060800000, 850068172800, 13243436236800, 218892235161600, 3827475696844800, 70614415872000000, 1371195958099968000
Offset: 0

Views

Author

Jonathan Vos Post, Mar 16 2010

Keywords

Comments

a(n) from last equations, Larson, p.22.

Examples

			a(4) = 16*(4^3)*(4!) = 24576.
		

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.

Crossrefs

Programs

Formula

a(n) = 16*(n^3)*(n!) = 16*A000578(n)*A000142(n).
a(n) = 16*A091363(n). - Michel Marcus, Jun 25 2015