|
| |
|
|
A052796
|
|
E.g.f.: x^4*exp(x)^2.
|
|
1
| |
|
|
0, 0, 0, 0, 24, 240, 1440, 6720, 26880, 96768, 322560, 1013760, 3041280, 8785920, 24600576, 67092480, 178913280, 467927040, 1203240960, 3048210432, 7620526080
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,5
|
|
|
COMMENTS
| a(n) is the number of ways that n people can form two distinct committees and then choose a president and vice president for each committee.
|
|
|
LINKS
| INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 753
|
|
|
FORMULA
| Recurrence: {a(1)=0, a(2)=0, a(3)=0, a(4)=24, (-2*n-2)*a(n)+(n-3)*a(n+1)}
O.g.f.:-24*x^4/(2*x-1)^5 [From Maksym Voznyy (voznyy(AT)mail.ru), Aug 12 2009]
|
|
|
MAPLE
| spec := [S, {B=Set(Z), S=Prod(Z, Z, Z, Z, B, B)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
|
|
|
CROSSREFS
| Equals A090802(n, 4).
Sequence in context: A192491 A167548 A192849 * A056269 A000919 A014340
Adjacent sequences: A052793 A052794 A052795 * A052797 A052798 A052799
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| encyclopedia(AT)pommard.inria.fr, Jan 25 2000
|
| |
|
|