I would like a hint for the following, more specifically, what strategy or approach should I take to prove the following?
Problem: Let $P \geq 2$ be an integer. Define the recurrence $$p_n = p_{n-1} + \left\lfloor \frac{p_{n-4}}{2} \right\rfloor$$ with initial conditions: $$p_0 = P + \left\lfloor \frac{P}{2} \right\rfloor$$ $$p_1 = P + 2\left\lfloor \frac{P}{2} \right\rfloor$$ $$p_2 = P + 3\left\lfloor \frac{P}{2} \right\rfloor$$ $$p_3 = P + 4\left\lfloor \frac{P}{2} \right\rfloor$$
Prove that the following limit converges: $$\lim_{n\rightarrow \infty} \frac{p_n}{z^n}$$ where $z$ is the positive real solution to the equation $x^4 - x^3 - \frac{1}{2} = 0$.
Note: I've already proven the following: $$\lim_{n\rightarrow \infty} \frac{p_n}{p_{n-1}} = z$$ Any ideas? Not sure if this result helps. Also $\lim_{n\rightarrow \infty}p_n/z^n$ is also bounded above and below. I've attempted to show $\lim_{n\rightarrow \infty} \frac{p_n}{z^n}$ is Cauchy, but had no luck with that. I don't know what the limit converges to either.
Edit: I believe the limit should converge as $p_n$ achieves an end behaviour of the form $cz^n$ for $c \in \mathbb{R}$ (this comes from the fact that the limit of the ratios of $p_n$ converge to $z$), however I do not know how to make this rigorous.
Edit 2: Proving the limit exists is equivalent to showing $$p_0 \cdot \prod_{n=1}^{\infty} \left( \frac{p_n/p_{n-1}}{z} \right)$$ converges.
UPDATED:
If someone could prove that $|p_n-z \cdot p_{n-1}|$ is bounded above (or converges, or diverges), then the proof is complete.