Questions tagged [pochhammer-symbol]

The Pochhammer symbol is notation used for both rising and falling factorials, e.g. in defining basic hypergeometric series and related special functions. This tag is also appropriate for questions about the $q$-Pochhammer symbol, which plays a similar role in defining $q$-hypergeometric series, etc.

The Pochhammer symbol is the notation used for the rising factorial:

$$(x)^n=x(x+1)\dots(x+n-1)$$

and the falling factorial:

$$(x)_n=x(x-1)\dots(x-n+1)$$

The $q$-Pochhammer symbol, also known as the $q$-shifted factorial, is defined by:

$$ (a;q)_n = \prod\limits_{k=0}^{n-1} (1-aq^k) $$

The Euler function $\phi(q)$ can be written as $(q;q)_\infty$.

115 questions
1
vote
2 answers

Simple identity involving q-Pochhammer symbol

I have stumbled upon the following fact, easily confirmed numerically: The $q$-Pochhammer symbol $(a;z)_L$ with $z$ given by the $L$th root of unity, $$ (a;\mathrm{e}^{2\pi i/L})_L = \prod_{n=0}^{L-1} \left(1 - a \, \mathrm{e}^{2\pi i…
0
votes
1 answer

Integrating the Pochhammer symbol. $\int_{-1}^{1} \prod_{j=0}^{\infty} (1-x^{j+1})$

I had a question regarding the Pochhammer symbol, specifically integrating $[x;x]_{\infty} = \prod_{j=0}^{\infty} (1-x^{j+1})$. Firstly, is there a closed form for the $n^{th}$ partial product of this, or $[x;x]_{n+1}$? I tried computing the first 3…
Moni145
  • 2,142