For example, how would one go about partitioning 10 numbered balls into 4 numbered boxes, such that each box contains at least 2 balls?
2026-03-28 12:49:14.1774702154
How would you use Stirling numbers to partition a n unique objects, into m unique subsets, with minimum cardinality of 2 for each subset?
79 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DISCRETE-MATHEMATICS
- What is (mathematically) minimal computer architecture to run any software
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- The function $f(x)=$ ${b^mx^m}\over(1-bx)^{m+1}$ is a generating function of the sequence $\{a_n\}$. Find the coefficient of $x^n$
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
- Find the truth value of... empty set?
- Solving discrete recursion equations with min in the equation
- Determine the marginal distributions of $(T_1, T_2)$
Related Questions in SET-PARTITION
- Existence of a denumerble partition.
- Given N sets of partitions, find a partition such that it satisfies a criterion
- Given a decreasing family of sets and partitions with a refinement condition, is there a monotonous choice function from the partitions?
- Partition of an $n$-element set such that the smallest component has at least $k$ elements?
- Number of equivalence relations on a set with $kn$ elements with the condition that each equivalence class has n elements
- Is there a similar notion of cycle type commonly in use for finite partitions, where instead of cycle sizes one counts the block sizes?
- Is it possible to construct two subsequences of a sequence X with specific properties such that the two subsequence sums are the same?
- Coloring $\mathbb{R}^2$ and single-colored paths
- A homework problem about set theory
- Canonical name for the partition that a partition of a set induces on its subsets
Related Questions in STIRLING-NUMBERS
- About the corvergence of series involving Stirling numbers of first kind and number theoretic functions
- Algebraic derivation of the recurrence for Stirling numbers of the second kind
- A sum involving Stirling numbers of the second kind.
- Number of entries are not divisible by x in the n th row of triangle
- odd property of Eulerian numbers
- Statistics: Using Stirling's Approximation with $3 N$
- General form of the coefficients of the polynomial $p(z)=\binom{q+z}{n}+\binom{q-z}{n}$
- Combinatorial proof for a Stirling identity
- How can I find $f(a,b,c)=e^{-c^a/a}\sum\limits_{n=0}^{\infty}\left(\frac{c^a}{a}\right)^{n}\frac{(an)^{b}}{n!}$?
- Asymptotic formula for the integral sequence s(n)
Related Questions in BALLS-IN-BINS
- Probability of all balls being alone at least once in repeated N balls M bins problem
- In how many ways can $5$ different colored balls be placed into $8$ bins if no bin contains more than one ball?
- Putting $n$ balls in $m$ boxes and in each box is even number of balls
- In a town of a population of 1825, what is the probability that each day at least one has birthday?
- What is the probability that throwing $m$ balls at random in $n$ urns at least one urn contains $c$ elements?
- Distributing boys and girls in seats with relational restrictions
- Balls-into-bins problem: Lower bound for the bins which exactly have one ball
- $10$ balls are randomly chosen from an urn containing $17$ white and $23$ black balls
- Expected Balls in Bins of Unequal Capacities
- Probability that all bins have at least one black ball?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
We have using combinatorial classes as in Analytic Combinatorics by Flajolet and Sedgewick the following class
$$\def\textsc#1{\dosc#1\csod} \def\dosc#1#2\csod{{\rm #1{\small #2}}} \textsc{SEQ}_{=m}(\textsc{SET}_{\ge 2}(\mathcal{Z})).$$
This gives the exponential generating function
$$F(z) = (\exp(z)-z-1)^m.$$
To relate this to Stirling numbers we write
$$n! [z^n] (\exp(z)-z-1)^m = n! [z^n] \sum_{r=0}^m {m\choose r} (\exp(z)-1)^{m-r} (-1)^r z^r \\ = n! \sum_{r=0}^{\min(n,m)} {m\choose r} (-1)^r [z^{n-r}] (m-r)! \frac{(\exp(z)-1)^{m-r}}{(m-r)!} \\ = n! \sum_{r=0}^{\min(n,m)} {m\choose r} (-1)^r \frac{(m-r)!}{(n-r)!} {n-r\brace m-r} \\ = m! \sum_{r=0}^{\min(n,m)} {n\choose r} (-1)^r {n-r\brace m-r}.$$
If we look this up in the OEIS we find OEIS A200091 which says "The number of ways of putting $n$ labeled items into $k$ labeled boxes so that each box receives at least 2 objects" so we have the right answer.
Note that the closely related class (boxes are not labeled i.e. indistinguishable)
$$\textsc{SET}_{=m}(\textsc{SET}_{\ge 2}(\mathcal{Z}))$$
has EGF by the same computation
$$G(z) = \frac{1}{m!} (\exp(z)-z-1)^m$$
which yields for the coefficients
$$\sum_{r=0}^{\min(n,m)} {n\choose r} (-1)^r {n-r\brace m-r}$$
which is OEIS A009299 "associated Stirling numbers of the second kind."
What we have here is an inclusion-exclusion (PIE) argument where $r$ gives the number of singletons (single element in a box). The nodes $Q$ of the underlying poset represent distributions that have the elements of $Q$ as singletons plus possibly more. So the Hasse diagram of the poset has as nodes the subsets of $[n]$ of cardinality at most $m$ and is ordered by set inclusion. The weight on a node $Q$ is $(-1)^{|Q|}.$ A distribution that has set of singletons $P$ exactly is thus included in all nodes $Q\subseteq P$ for a total weight of
$$\sum_{Q\subseteq P} (-1)^{|Q|} = \sum_{r=0}^{|P|} {|P|\choose r} (-1)^r = 0.$$
This is zero because $|P|\ge 1.$ On the other hand a distribution that has no singletons which is what we seek is only included in $Q=\emptyset$ for a weight of $(-1)^{|\emptyset|} = 1$, precisely as required. The total count of all weights is
$$\sum_{Q\subseteq [n], |Q|\le m} (-1)^{|Q|} {n-|Q|\brace m-|Q|} = \sum_{r=0}^{\min(n,m)} {n\choose r} (-1)^r {n-r\brace m-r}$$
which concludes the argument. Here we have counted any possible distribution of the remaining $n-|Q|$ balls into the remaining $m-|Q|$ boxes at a node, with no box empty (Stirling numbers of the second kind). We can get the count for the first class from the count for the second by multiplying by $m!.$