There was a question that was asked as below. How many different ways can you distribute m distinct objects into n distinct bins such that there are no bins with exactly one object.
To solve this I made an attempt but do not know how to finish it off in terms of know expressions.
Using exponential generating function, we have
$ G_e(x) = (1+x^2/2! + x^3/3!+..)^m$
I write this now as $(e^x-x)^m = \sum_{h=0}^{m}{m\choose h} (-x)^h \sum_{n=0}^{\infty} \dfrac{(m-h)^n x^n}{n!}$
I do not know how I can get it in the form of know expression such as S(n,m)
Could someone help me in manipulating the above expression and simplifying it further.