bell {VGAM} | R Documentation |
The Bell Series of Integers
Description
Returns the values of the Bell series.
Usage
bell(n)
Arguments
n |
Vector of non-negative integers.
Values greater than 218 return an |
Details
The Bell numbers emerge from a series expansion of
for real
.
The first few values are
,
,
,
,
.
The series increases quickly so that overflow occurs when
its argument is more than 218.
Value
This function returns
.
Author(s)
T. W. Yee
References
Bell, E. T. (1934). Exponential polynomials. Ann. Math., 35, 258–277.
Bell, E. T. (1934). Exponential numbers. Amer. Math. Monthly, 41, 411–419.
See Also
Examples
## Not run:
plot(0:10, bell(0:10), log = "y", type = "h", col = "blue")
## End(Not run)
[Package VGAM version 1.1-11 Index]