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.
I don't know if you can show that $\frac{p_n}{z^n} = 1 $. If the sequence $\frac{p_n}{p_{n-1}} $ approaches $z$ from the same side, each term in the product exceeds $z$, so the product will always exceed $z^n$.
What you can show is that $\lim \frac{p_n^{1/n}}{z} = 1 $. I will now give the standard, not original proof.
Once you have shown that $\lim_{n\rightarrow \infty} \frac{p_n}{p_{n-1}} = z $, the hard part is done. The rest is a standard good-part/bad-part splitting on $p_n$.
From that limit, for any $c > 0$, there is a $N = N(c)$ such that $z-c < \frac{p_n}{p_{n-1}} < z+c $ for $n > N(c) $.
Then (this is how these proofs usually go)
$\begin{array}\\ \frac{p_n}{p_0} &=\prod_{k=1}^{n} \frac{p_k}{p_{k-1}}\\ &=\prod_{k=1}^{N(c)} \frac{p_k}{p_{k-1}}\prod_{k=N(c)1}^{n} \frac{p_k}{p_{k-1}}\\ &=P(c)\prod_{k=N(c)+1}^{n} \frac{p_k}{p_{k-1}}\\ &< P(c)(z+c)^{n-N(c)} \qquad\text{(this is for an upper bound - the lower bound proof is similar)}\\ \text{so}\\ \frac{p_n}{z^n} &< \frac{P(c)(z+c)^{n-N(c)}}{z^n}\\ &= \frac{P(c)(1+c/z)^{n-N(c)}}{z^{N(c)}}\\ &= (1+c/z)^n\frac{P(c)}{z^{N(c)}(1+c/z)^{N(c)}}\\ &= (1+c/z)^n\frac{P(c)}{(z+c)^{N(c)}}\\ \text{so that}\\ \frac{p_n^{1/n}}{z} &< (1+c/z)\left(\frac{P(c)}{(z+c)^{N(c)}}\right)^{1/n}\\ &= (1+c/z)R(c)^{1/n} \qquad\text{where }R(c) = \frac{P(c)}{(z+c)^{N(c)}}\\ \end{array} $
Therefore, by taking $c$ small and letting $n$ get large, we have $\lim \sup \frac{p_n^{1/n}}{z} \le 1 $.
A almost identical, cut-and-pasteable proof will show that $\lim \inf \frac{p_n^{1/n}}{z} \ge 1 $, so that $\lim \frac{p_n^{1/n}}{z} = 1 $.