Problem 2248. Bell Number calculator
Calculate a vector of Bell numbers for sets up to length n. Bell numbers are the maximum number of partitions of a set. See the Wikipedia entry for Bell Number.
Example
Belln(8) = [1 1 2 5 15 52 203 877 4140]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers182
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15654 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5710 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3421 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
544 Solvers
-
Vectorize the digits of an Integer
326 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!