I did a variation of the so-called Lucas–Lehmer primality test, I say this Wikipedia. I've used the radical $$\operatorname{rad}(n)=\prod_{\substack{p\mid n\\ p\text{ prime}}}p$$
of the integer $n> 1$, and taking $\operatorname{rad}(1)=1$ that is this definition from Wikipedia.
We define $$\left. \begin{array}{l} R_i=\operatorname{rad}(R_{i-1})R_{i-1}-2,\quad\text{for }i\geq 1\\ R_0=4 \end{array} \right\}\tag{1}$$
If there are no mistakes this sequence starts as $$4,6,34,1154,1331714,\ldots\tag{2}$$
Question 1. Please prove or refute some of these conjectures:
Conjecture-R1: One has that $R_k$ is a square-free integer $\forall k\geq 1$.
Conejcture-R2: $\forall k\geq 2$ one has that $$R_k=2\cdot\prod\text{distinct odd primes being the hypothenuses of primitive Pythagorean triples}$$ Many thanks.
Updated: The $\prod$ in Conjecture R-2 means a product.
As example for Conjecture R-2 is that Wolfram Alpha online calculator tell me that the corresponding odd primes of $R_5=1773462177794$ satisfy $257^2=32^2+255^2$, $1409^2=159^2+1400^2$ and $2448769$ also is the hypothenuse of a primitive Pythagorean triple since $2448769^2 = 28769^2 + 2448600^2$.