Every Fibonacci term $F(3n)$ is divisible by two
$F(3) = 2$
$F(6) = 8$
$F(9) = 34$
$...$
After seeking Fibonacci tables factorization until $F(10000)$, for every term $\frac{F(3n)}{2}$, it appears there is just one result which is prime
$\frac{F(9)}{2} = \frac{34}{2} = 17$
all other $\frac{F(3n)}{2}$ = composite numbers
I can't see some reason for this to happen, but since there is no more primes in so huge quantity of terms, I suppose there is not more any prime for $\frac{F(3n)}{2}$
http://mersennus.net/fibonacci
Miguel Velilla
Recall the well-known fact: $n \mid m \iff F_n \mid F_m$.
Thus $F_{3n}$ is divisible by $F_3=2$ and $F_n$. So if $n > 3$ and $\displaystyle \frac{F_{3n}}{2}$ is equal to prime number $p$ then $F_n \mid F_{3n}=2p$ so we have $F_{n}\in\{p, 2p\}$ (because $F_n>F_3=2$). In particular $F_{3n} \le 2F_n$ which is a contradiction as $2F_n < F_n+F_{n+1}=F_{n+2}<F_{3n}$.