
Returns the values of the Bell series.
bell(n)
Vector of non-negative integers.
Values greater than 218 return an Inf
.
Non-integers or negative values return a NaN
.
This function returns
The Bell numbers emerge from a series expansion of
Bell, E. T. (1934) Exponential polynomials. Ann. Math., 35, 258--277.
Bell, E. T. (1934) Exponential numbers. Amer. Math. Monthly, 41, 411--419.
# NOT RUN {
# }
# NOT RUN {
plot(0:10, bell(0:10), log = "y", type = "h", las = 1, col = "blue")
# }
Run the code above in your browser using DataLab