|
Search: id:A008306
|
|
|
| A008306 |
|
Triangle T(n,k) read by rows: associated Stirling numbers of first kind (n >= 2, 1 <= k <= floor(n/2)). |
|
+0 11
|
|
| 1, 2, 6, 3, 24, 20, 120, 130, 15, 720, 924, 210, 5040, 7308, 2380, 105, 40320, 64224, 26432, 2520, 362880, 623376, 303660, 44100, 945, 3628800, 6636960, 3678840, 705320, 34650, 39916800, 76998240, 47324376, 11098780, 866250, 10395
(list; graph; listen)
|
|
|
OFFSET
|
2,2
|
|
|
COMMENT
|
Also T(n,k) = number of derangements of {1..n} with k orbits.
Also T(n,k) = number of permutations of {1..n} with k cycles of length >= 2.
|
|
REFERENCES
|
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 256.
J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 75.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
FORMULA
|
E.g.f. 1 + Sum_{1 <= 2k <= n} T(n, k)*t^n*u^k/n! = exp(-t*u)*(1-t)^(-u).
Recurrence: T(n, k) = (n-1)*(T(n-1, k) + T(n-2, k-1)) for 1<=k<=n/2 with boundary conditions T(0, 0)=1, T(n, 0)=0 for n>=1, T(n, k)=0 for k>n/2. - David Callan (callan(AT)stat.wisc.edu), May 16 2005
|
|
EXAMPLE
|
Rows 2 though 7 are:
1
2
6 3
24 20
120 130 15
720 924 210
|
|
CROSSREFS
|
See A106828 for another version. Diagonals give A000142, A000276, A000483. A079510 is the same triangle rearranged.
Sequence in context: A056195 A083169 A050125 this_sequence A144362 A125666 A111678
Adjacent sequences: A008303 A008304 A008305 this_sequence A008307 A008308 A008309
|
|
KEYWORD
|
tabf,nonn,nice,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), Feb 16 2001
|
|
|
Search completed in 0.002 seconds
|