Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Combinatorial Functions >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Integer Functions > Combinatorial Functions >

BellB

BellB[n]
gives the Bell number B_n.
BellB[n, x]
gives the Bell polynomial B_n(x).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The Bell polynomials satisfy the generating function relation .
  • The Bell numbers are given by B_n=B_n(1).
  • For certain special arguments, BellB automatically evaluates to exact values.
  • BellB can be evaluated to arbitrary numerical precision.
  • BellB automatically threads over lists.
The tenth Bell number:
The fifth Bell polynomial:
The tenth Bell number:
In[1]:=
Click for copyable input
Out[1]=
 
The fifth Bell polynomial:
In[1]:=
Click for copyable input
Out[1]=
Evaluate numerically:
The precision of the output tracks the precision of the input:
BellB threads element-wise over lists:
TraditionalForm formatting:
BellB can be applied to a power series:
BellB numbers versus their asymptotics:
Compute the first ten complementary Bell numbers:
Generating function:
Sum can give results involving BellB:
Use FullSimplify to simplify expressions involving BellB:
Compute Bell numbers directly from set partitions:
The first argument of BellB must be a non-negative integer:
Integral representation for Bell numbers by Cesàro:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team