powered by
Computes the Pochhammer symbol.
pochhammer(x, n)
Numeric value. The value of the Pochhammer symbol.
numeric.
positive integer.
Pierre Santagostini, Nizar Bouhlel
The Pochhammer symbol is given by: $$ \displaystyle{ (x)_n = \frac{\Gamma(x+n)}{\Gamma(x)} = x (x+1) ... (x+n-1) } $$
lnpochhammer, kummer
lnpochhammer
kummer
pochhammer(2, 0) pochhammer(2, 1) pochhammer(2, 3)
Run the code above in your browser using DataLab