Output the number of ways to distribute n labelled balls among k identical boxes (some of which might be empty).
Example:
n = 4;
k = 3;
Output = 14;
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers11
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9166 Solvers
-
174 Solvers
-
521 Solvers
-
Generate a string like abbcccddddeeeee
276 Solvers
-
Find smallest number to leave a remainder of 1
51 Solvers
More from this Author65
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!