This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A163158 #3 Mar 31 2012 12:38:25 %S A163158 2,7,23,167,439,3023,7919,54287,974167,2550407,32522920134767, %T A163158 3372041405099481407,9839618880490124200692486211717007, %U A163158 724995932728680612729658820311719934835368079 %N A163158 Primes of the form f^2-2, where f is a Fibonacci number. %C A163158 A basic heuristic suggests that this sequence is infinite with about k * log_phi(n) members below n. %C A163158 Indices of associated Fibonacci numbers are 3, 4, 5, 7, 8, 10, 11, 13, 16, 17, 34, 46, 83, 109, 113, 158, 181, 203, 350, 490, 491, 565, 1024, 1114, 2800, 4222, 4847, 4961, 11507, 12554, ... %e A163158 2^2-2=2, 3^2-2=7, 5^2-2=23 %t A163158 f[n_]:=Fibonacci[n]^2-2; lst={};Do[If[PrimeQ[f[n]],AppendTo[lst,f[n]]],{n,6!}];lst %Y A163158 Cf. A000045, A028871 %K A163158 nonn %O A163158 1,1 %A A163158 _Vladimir Joseph Stephan Orlovsky_, Jul 21 2009 %E A163158 Comments from _Charles R Greathouse IV_, Nov 09 2009