I've tried induction firstly by showing that $a_1>a_2$ - then assuming the expression for some $k$ I failed to make proper use of the assumption in the inductive step and I get stuck with the expression $2 < (a_n)^2$.
Next I tried directly computing both $a_{n+1}-a_n$ and $a_{n+1}/a_n$ which yielded nothing of particular use.
The most promising but failed attempt was when I tried induction on $a_{n+1}/{a_n}$ starting from the base case $a_2/a_1=3/4<1$, assuming $a_{k+1}/a_k<1$ and then making some use of the assumption in the inductive step however not being able to reach $a_{k+2}/a_{k+1} < 1$.
All of this is an attempt to show convergence of the given sequence by showing monotonicity and boundedness.