|
Search: id:A000090
|
|
|
| A000090 |
|
E.g.f. exp((-x^3)/3)/(1-x). (Formerly M1295 N0496)
|
|
+0 5
|
|
| 1, 1, 2, 4, 16, 80, 520, 3640, 29120, 259840, 2598400, 28582400, 343235200, 4462057600, 62468806400, 936987251200, 14991796019200, 254860532326400, 4587501779660800, 87162533813555200, 1743250676271104000
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
For n >= 1 a(n) is the number of permutations in the symmetric group S_n such that their cycle decomposition contains no 3-cycle.
|
|
REFERENCES
|
J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 85.
R. P. Stanley, Enumerative Combinatorics, Wadsworth, Vol. 1, 1986, page 93, problem 7.
|
|
LINKS
|
Christian G. Bower, Table of n, a(n) for n=0..100
|
|
FORMULA
|
a(n) = n! * sum i=0 ... [n/3]( (-1)^i /(i! * 3^i)); a(n)/n! ~ sum i >= 0 (-1)^i /(i! * 3^i) = e^(-1/3); a(n) ~ e^(-1/3) * n!; a(n) ~ e^(-1/3) * (n/e)^n * sqrt(2 * Pi * n). - Avi Peretz (njk(AT)netvision.net.il), Apr 22 2001
|
|
EXAMPLE
|
a(3) = 4 because the permutations in S_3 that contain no 3-cycles are the trivial permutation and the 3 transpositions.
|
|
MAPLE
|
seq(coeff(convert(series(exp((-x^3)/3)/(1-x), x, 50), polynom), x, i)*i!, i=0..30); # series expansion A000090:=n->n!*add((-1)^i/(i!*3^i), i=0..floor(n/3)); seq(A000090(n), n=0..30); # formula (Pab Ter)
|
|
CROSSREFS
|
Cf. A000142, A000138.
Adjacent sequences: A000087 A000088 A000089 this_sequence A000091 A000092 A000093
Sequence in context: A025225 A115125 A000831 this_sequence A013115 A007171 A058136
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Pab Ter (pabrlos2(AT)yahoo.com), Oct 22 2005
|
|
|
Search completed in 0.002 seconds
|