|
Search: id:A066166
|
|
|
| A066166 |
|
Stanley's children's game. Class of n (named) children forms into rings with exactly one child inside each ring. We allow the case when outer ring has only one child. a(n) gives number of possibilities, including clockwise order (or which hand is held), in each ring. |
|
+0 3
|
|
| 2, 3, 20, 90, 594, 4200, 34544, 316008, 3207240, 35699400, 432690312, 5672581200, 79991160144, 1207367605080, 19423062612480, 331770360922560, 5997105160795584, 114373526841360000, 2295170834453089920
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
REFERENCES
|
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999 (Sec. 5.2)
|
|
LINKS
|
P. Flajolet, S. Gerhold and B. Salvy, On the non-holonomic character of logarithms, powers and the n-th prime function
|
|
FORMULA
|
E.g.f.: -1+1/(1-x)^x.
|
|
EXAMPLE
|
a(4)=20: 12 ways to make 2 hugs, 8 ways to make a 3-ring.
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, n!*polcoeff(-1+1/(1-x+x*O(x^n))^x, n))
|
|
CROSSREFS
|
Cf. A066165. Apart from initial terms and signs, same as A007113.
Sequence in context: A041567 A087301 A007113 this_sequence A052804 A125763 A042441
Adjacent sequences: A066163 A066164 A066165 this_sequence A066167 A066168 A066169
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
Len Smiley (smiley(AT)math.uaa.alaska.edu), Dec 12 2001
|
|
|
Search completed in 0.002 seconds
|