Problem 45229. Bell Triangle
Form the bell triangle upto nth bell number posotion;
- if n=5
- y= [1 0 0 0 0; 1 2 0 0 0; 2 3 5 0 0; 5 7 10 15 0; 15 20 27 37 52]
since 5th bell number is 52.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
1343 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1928 Solvers
-
11496 Solvers
-
Circular Primes (based on Project Euler, problem 35)
580 Solvers
-
16820 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!