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.