powered by
These functions compute the Bell number (the number of partitions of a given number of items) or its natural logarithm.
bell(nItems)lbell(nItems)
lbell(nItems)
A numeric vector of length one giving the Bell number or its natural logarithm.
The size of the set \({1, 2, ..., n}\).
bell(12) lbell(300) all.equal( bell(5), exp(lbell(5)) )
Run the code above in your browser using DataLab