Does there exist an $a_0$ such that the sequence $a_{n+1} = 2a_n + 1$ is prime for all $n \ge 0$?
No.
General term in your sequence is $a_n = 2^n(a+1) - 1$, where, by assumption, $a$ is prime.
There is some sufficiently large $n$ such that $2^n \equiv 1 \pmod{a}$, or in other words $2^n = k a + 1$. But then $a_n$ is divisible by $a$, hence not prime.
EDIT: As Ben Frankel rightly notes, there is a special case when $a = 2$. Argument above fails, but $a_5 = 95$ is composite, so we are in good shape regardless.
Even more general statement is true: If $p$ is a prime, $p \neq 2$, and $p$ divides one of $a_n$, then $p$ divides infinitely many $a_n$'s. In particular, if $a_n$ is an odd prime, then $a_n \mid a_m$ for infinitely many $m$, and these $a_m$'s are composite.
This is equivalent to find an integer $k.2^{n_0}$ such that $k$ is odd and $p_n=k.2^{n+n_0}-1$ is a prime for all $n\ge 0.$
If $k=1,$ then $p_n$ is not a prime for composite $n+n_0,$ As
If $k=2m+1$ where $m\ge1,$ then we can find a large $n$ such that
$p_n=k(2^{n+n_0}-1)+(k-1)$ is not a prime.