|
| |
|
|
A123903
|
|
Total number of "Emperors" in all tournamennts on n labeled nodes.
|
|
2
| |
|
|
0, 1, 2, 6, 32, 320, 6144, 229376, 16777216, 2415919104, 687194767360, 387028092977152, 432345564227567616, 959230691832896684032, 4231240368651202111471616, 37138201178561408246973726720, 649037107316853453566312041152512, 22596875928343569839364720024765857792
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| An "Emperor" is a player who beats everybody else.
a(n) is the number of isolated nodes in all simple labeled graphs on n nodes. -Geoffrey Critzer, 0ct 19 2011.
|
|
|
REFERENCES
| S. B. Maurer, The king chicken theorems, Math. Mag., 53 (1980), 67-80.
|
|
|
FORMULA
| a(n) = n*2^((n-1)*(n-2)/2).
E.g.f.: x * Sum_{n>=0} 2^C(n,2) x^n/n!. - Geoffrey Critzer, 0ct 19 2011.
|
|
|
MATHEMATICA
| a=Sum[2^Binomial[n, 2]x^n/n!, {n, 0, 20}];
Range[0, 20]!CoefficientList[Series[x a, {x, 0, 20}], x]
|
|
|
CROSSREFS
| Cf. A123553, A125031.
Sequence in context: A191691 A191712 A005736 * A172401 A005742 A055612
Adjacent sequences: A123900 A123901 A123902 * A123904 A123905 A123906
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Nov 20 2006
|
| |
|
|