Given this sequence $Q_1(x)=x$, $Q_{n+1}(x)={Q_n(x+1)\over Q_n(x)}$, with $n>=1$, how can I get the explicit n-th term relation?
More precisely, $Q_n(x)=$ ? (when $n>=0$)
I'm eager to learn a method for expliciting this multi-variable recurrences in the future.
For every $n\geqslant0$ and $k\geqslant1$, $$ Q_{n+k}(x)=\prod_{i=0}^nQ_k(x+i)^{(-1)^{n-i}{n\choose i}}, $$ hence, for every $n\geqslant0$, $$ Q_{n+1}(x)=\prod_{i=0}^{n}(x+i)^{(-1)^{n-i}{n\choose i}}=\frac{(x+n)}{(x+n-1)^{{n\choose1}}}\cdot\frac{(x+n-2)^{{n\choose 2}}}{(x+n-3)^{{n\choose3}}}\cdots $$