The first $12$ Fibonacci numbers are: $$\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} \hline n & 0& 1& 2& 3& 4& 5& 6& 7& 8 & 9& 10& 11& 12\\ \hline f_{n} & 0& 1& 1& 2& 3& 5& 8& 13& 21& 34& 55& 89& 144\\ \hline \end{array}$$
When you get to $f_{12}$ you find it is equal to $144$.
What strikes me here is the following:
\begin{align*} f_{12} &= 144\\ 12^2 &=144. \end{align*}
Not only is $f_{12}$ equal to $144$, but so is $12^2$. Here, $n^2= f_n$.
This is the only example as $n^2 > f_n$ is true for all $1<n<12$ (works for $0$ and $1$) and $n^2< f_n$ is true for all $n > 12$.
So is this just a coincidence?
align*environment for aligning multiple equations, it is much simpler than setting the spacing manually. – DMcMor Apr 15 '17 at 19:52