This is much too long to fit into the comment section beneath Yves Daoust's answer:
Define $\{c_n\}$ by $c_n^{2^{n-1}}=a_n$. Then we have $c=\lim_{n\to\infty}c_n$ and
$$
c_{n+1}^{2^n}=a_{n+1}=a_n^2+6=a_n^2\left(1+\tfrac 6{a_n^2}\right)
$$
and so
$$
\begin{align}
2^n\log(c_{n+1})&=2\log(a_n)+\log(1+6/a_n^2)\\
&=2^n\log(c_n)+\log(1+6/a_n^2)
\end{align}
$$
therefore
$$
\log(c_{n+1})=\log(c_n)+\frac1{2^n}\cdot\log(1+6/a_n^2)\leq\log(c_n)+\frac{6}{2^n\cdot a_n^2}
$$
and inductively we see that
$$
\begin{align}
\log(c)&\leq\log(c_n)+\sum_{k=n}^\infty\frac{6}{2^k\cdot a_k^2}\\
&\leq\log(c_n)+\frac6{a_n^2}\sum_{k=n}^\infty\frac{1}{2^k}\\
&=\log(c_n)+\frac{6}{2^{n-1}\cdot a_n^2}
\end{align}
$$
and we know that $a_n=\left\lfloor c^{2^{n-1}}\right\rfloor$ will work if and only if
$$
a_n\leq c^{2^{n-1}}< a_n+1
$$
We already know that $c>c_n$ so the first inequality holds. The second is equivalent to $2^{n-1}\log(c)<\log(a_n+1)$. Since $a_n+1=a_n(1+1/a_n)$ and $c_n^{2^{n-1}}=a_n$ the latter can be rewritten as
$$
\log(a_n+1)=2^{n-1}\log(c_n)+\log(1+1/a_n)
$$
and after dividing by $2^{n-1}$ the inequality becomes
$$
\log(c)<\log(c_n)+\frac{1}{2^{n-1}}\cdot\log(1+1/a_n)
$$
Furthermore we have the first order Taylor approximation $\log(1+x)\approx x$ which is quite accurate for small values of $x$ and already for $x\leq1/a_2=1/7$ we get $\log(1+x)>\frac67x$ and thus for $a_n\geq 7$
$$
\begin{align}
\log(c)&\leq\log(c_n)+\frac{6}{2^{n-1}\cdot a_n^2}\\
&\leq\log(c_n)+\frac{6}{2^{n-1}\cdot 7a_n}\\
&<\log(c_n)+\frac{1}{2^{n-1}}\cdot\log(1+1/a_n)
\end{align}
$$
as desired.
BTW this analysis is easily generalized to $a_{n+1}=a_n^2+b$ for positive numbers other than $b=6$, namely using the same definition of $c_n,c$ then for $a_n\geq b+1$ we have $a_n=\left\lfloor c^{2^{n-1}}\right\rfloor$.
One huge drawback of this method in it's current form, is that it requires one to already compute $a_n$ in order to approximate $c$ well enough to be able to compute $a_n$ with it. That could potentially be fixed by using some analysis like the one I gave above to speed up the convergence $c_n\to c$.