powered by
Computes the logarithm of the Pochhammer symbol.
lnpochhammer(x, n)
Numeric value. The logarithm 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) } $$ So, if \(n > 0\): $$ \displaystyle{ log\left((x)_n\right) = log(x) + log(x+1) + ... + log(x+n-1) } $$
If \(n = 0\), \(\displaystyle{ log\left((x)_n\right) = log(1) = 0}\)
pochhammer, kummer
pochhammer
kummer
lnpochhammer(2, 0) lnpochhammer(2, 1) lnpochhammer(2, 3)
Run the code above in your browser using DataLab