How to prove the following claims ?
Let $b_n=b_{n-1}+\operatorname{lcm}(\lfloor \sqrt{2} \cdot n \rfloor , b_{n-1})$ with $b_1=2$ and $n>1$ . Let $a_n=b_{n+1}/b_n-1$ .
Every term of this sequence $a_i$ is either prime or $1$ .
Every odd prime of the form $\left\lfloor \sqrt{2}\cdot n \right\rfloor$ is a term of this sequence.
At the first appearance of each prime of the form $\left\lfloor \sqrt{2}\cdot n \right\rfloor$ greater than $5$, it is the next prime of the given form after the largest prime that has already appeared.
A few first terms of this sequence can be found at A323386 .
Implementation of this generator in PARI/GP can be found here.