Let $a_{n}$ be the $n^\text{th}$ term of a sequence. Let $a_{n}$ be defined as follows:
$$a_n=\begin{cases} 1 & n = 1 \\ 2 & n = 2 \\ 2a_{n-1}+a_{n-2} & n \ge 3 \end{cases}$$
Can we say that "if $a_{n}$ is a prime number, then $n$ is also a prime number"?
Hint $ $ Just as here they are a strong divisibility sequence, i.e. $\,\gcd(a_m,a_n) = a_{\gcd(m,n)}.\,$ In particular $\, m\mid n\,\Rightarrow\, a_m\mid a_n,\,$ so $\,n\,$ composite $\,\Rightarrow\, a_n\,$ composite so, contra+, $\, a_n\,$ prime $\,\Rightarrow\, n\,$ prime.