Pochhammer

Rising factorial (SymPy, WMA)

The Pochhammer symbol or rising factorial often appears in series expansions for hypergeometric functions.

The Pochammer symbol has a definite value even when the gamma functions which appear in its definition are infinite.


Pochhammer[a, n]

is the Pochhammer symbol $a_n$.

Product of the first 3 numbers:

Pochhammer[1, n] is the same as Pochhammer[2, n-1] since 1 is a multiplicative identity.

Although sometimes Pochhammer[0, n] is taken to be 1, in Mathics it is 0:

Pochhammer uses Gamma for non-Integer values of n:

LogGamma
PolyGamma