Combinatorics: Generating functions

Click For Summary
SUMMARY

The generating function for the number of set partitions is defined as B(x) = e^{e^{x}-1}. The Stirling numbers of the second kind, denoted S(n,k), are established with specific base cases and a recurrence relation. The relationship e^{u(e^{x}-1)} = 1 + ∑_{n≥1}∑_{k=1}^{n} S(n,k)u^{k}x^{n}/n! is derived from B(x)^u. This leads to the formula S(n,k) = (1/k!)∑_{r=0}^{k}(-1)^{k-r}(k choose r)r^{n}, which can be proven by manipulating the coefficients of the series expansion.

PREREQUISITES
  • Understanding of generating functions
  • Familiarity with Stirling numbers of the second kind
  • Knowledge of combinatorial identities
  • Proficiency in series expansions and coefficient extraction
NEXT STEPS
  • Study the properties of generating functions in combinatorics
  • Explore advanced applications of Stirling numbers in combinatorial problems
  • Learn about the exponential generating functions and their uses
  • Investigate the proof techniques for combinatorial identities
USEFUL FOR

Mathematicians, combinatorial theorists, and students studying advanced combinatorics who seek to deepen their understanding of generating functions and Stirling numbers.

BrownianMan
Messages
133
Reaction score
0
I have that B(x)=e^{e^{x}-1} is the generating function for the number of set partitions. Also the Stirling numbers of the second kind are de fined by S(0,0)=1, S(n,0)=S(0,n)=0 for n=>1 and S(n,k)=S(n-1, k-1) + kS(n-1, k). Show that

e^{u(e^{x}-1)}=1+\sum_{n\geq 1}\sum_{k=1}^{n}S(n,k)u^{k}\frac{x^{n}}{n!}

Use this result to show that

S(n,k)=\frac{1}{k!}\sum_{r=0}^{k}(-1)^{k-r}\left \binom{k}{r}r^{n}

----------------------------------------------

I've tried doing this but I cannot seem to get very far. Could someone show me how to prove this? Thanks.
 
Physics news on Phys.org
So
e^{u(e^{x}-1)}=B(x)^u
If you write that out using the definition of B(x), collecting up the coefficients of xn will, with luck, produce:
\frac{1}{n!}\sum_{k=1}^{n}S(n,k)u^{k}
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
11
Views
2K
Replies
2
Views
1K