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

Pochhammer

Pochhammer[a, n]
gives the Pochhammer symbol (a)_n.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • (a)_n=a (a+1) ... (a+n-1)=Gamma (a+n) /Gamma(a).
  • For certain special arguments, Pochhammer automatically evaluates to exact values.
  • Pochhammer can be evaluated to arbitrary numerical precision.
Evaluate for large arguments:
Evaluate for half-integer arguments:
Evaluate numerically:
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Series expansion at a generic point:
TraditionalForm formatting:
Infinite arguments give symbolic results:
Pochhammer threads element-wise over lists:
Pochhammer can be applied to a power series:
Series expansion at infinity:
Obtain elementary and special functions from infinite sums:
The average number of runs of length r or larger in a sequence of zeros and ones:
Count runs in a random binary sequence:
Compare with the theoretical average:
Use FullSimplify to simplify expressions involving Pochhammer:
Use FunctionExpand to expand in Pochhammer in terms of Gamma functions:
Sums involving Pochhammer:
Solve recurrence relations:
The generating function is divergent:
Use Borel regularization:
Consider the generating function as a formal power series:
Formal series:
Large arguments can give results too large to be computed explicitly:
Machine-number inputs can give high-precision results:
As a bivariate function, Pochhammer is not continuous in both variables at negative integers:
Plot Pochhammer at infinity:
Plot Pochhammer for complex arguments:
Capelli's sum (binomial theorem with Pochhammer symbols):
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team