I have run into a question today. However , i stuck in it. I hope to find any help here. My question is the following
Let define a recurrence relation $\{b_n\}_0^{\infty}$ such that $b_{n+1}=2b_{n}+1$ for all $n \geq 0$. My question is that is it possible to find any $b_0$ such that all values of this recurrence relation is prime number.
My work: I thought that i should firstly find the explicit form of the given recurrence relation so using generating functional techniques , i obtained that $b_n =2^{n}b_0 +2^n -1$. I handled the combinatorics part . However , i could not derive any result claiming for a $b_0$ all $b_n$s be prime. I could only think that $2^n-1$ is always odd and $2^nb_0$ is always even for $n \geq1$ , so the values are odd for $n \geq 1$
However , i cannot explain that whether it is possible to choose any $b_0$ which make the recurrence prime for all $b_n$. Can you help me for this part