Let $\{u_n\}$ be a sequence in which the first $k$ terms are given and each term after $k$th term is the geometric mean of the preceding $k$ terms. $$u_{k+1}=(u_1u_2u_3...u_k)^{\frac 1k}$$ $$u_{k+2}=(u_2u_3u_4...u_{k+1})^{\frac 1k}$$ $$...$$ $$u_n=(u_{n-k}u_{n-(k-1)}...u_{n-1})^{\frac 1k}$$ As $n\to\infty$, what does $\{u_n\}$ converge to?
This is an attempt to generalize this question Finding the limit of the sequence with $a_1=a$, $a_2=b$, and $a_{n}=\sqrt{a_{n-1} a_{n-2}}$