I started to read about the Pisano Period, $\pi(n)$, applied to the classic Fibonacci sequence and made some simple tests looking for possible properties of the sequence. I have observed the following ones, tested for the first 10000 terms:
$\pi(n)=n-1 \implies n\in\Bbb P$
$\pi(n)=(n-1)/2 \implies n\in\Bbb P$
$\pi(n)=(n+1)\cdot 2 \implies n\in\Bbb P$
$k \gt 5\ ,\ F_k \in \Bbb P \implies \pi(F_k)/4=k$
I do not understand the reasons for the results: points $1\sim3$ would work as a primality test, but it does not detect all the possible primes, only a subset of them, e.g. $\{2, 5, 47, 107, 113, 139,\ldots\}$ do not comply with points $1\sim3$ and are not detected. And specially the last point, if the test is correct, would mean that the Pisano period of a Fibonacci prime is exactly four times the index of the Fibonacci prime in the Fibonacci sequence when the index is greater than $5$ (being $F_5=5$) . For instance: $\pi(1597)= 68$ and $\frac{68}{4}=17$ which is exactly the index of $1597$ in the Fibonacci sequence, $F_{17}=1597$.
I would like to ask the following questions:
(a) Is there a counterexample? Initially I think the tests are correct, but I am not very sure about point 4. If somebody could confirm would be great.
(b) What are the reasons behind the observations? I guess that it is related with the relationship of the Pisano periods and the divisibility of the Fibonacci numbers by prime numbers.
(c) If the observations are correct, would we find pseudoprimes in the lists of primes detected by the rules $1 \sim 3$?
Probably the reasons behind the observations (if no counterexamples are found) are based on some simple properties of the Fibonacci numbers, but I do not see it clearly. Any hints or ideas are very welcomed. Thank you!
Update 2016/01/14: I have modified the information about point $4$ just to keep the correct information. After testing again, there are other $n$'s complying with $4$ and not being Fibonacci primes, so I have rewritten the statement: the Pisano period of a Fibonacci prime seems to be four times its Fibonacci index (position in the Fibonacci sequence) but that also holds for some other numbers.
Addendum: Below is the graph $n \rightarrow \pi(n)$ including the fist $100$ numbers showing the rules $1\sim3$. Rule $1$: $\color{red}{Red}$, Rule $2$: $\color{blue}{Blue}$, Rule $3$: $\color{green}{Green}$ (click to widen).
