$a_{n+1}=3a_n^2+2$,$a_1=1$
I want to do $log$ to kill the square but I don't how
I can let the coefficient 3 be 1
$\frac{a_{n+1}}{3^{2^{n+1}-1}}=(\frac{a_n}{3^{2^n-1}})^2+\frac{2}{3^{2^n-1}}$
But it seems more complicated
I don't know how to do it
Thanks!