login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163159 Fibonacci numbers F such that F^2-2 is prime. 0
2, 3, 5, 13, 21, 55, 89, 233, 987, 1597, 5702887, 1836311903, 99194853094755497, 26925748508234281076009, 184551825793033096366333, 468340976726457153752543329995929, 30010821454963453907530667147829489881, 1188518561323126046432205871807859915657177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In condensed representation: The A000045(i) at i = 3, 4, 5, 7, 8, 10, 11, 13, 16, 17, 34, 46,... [R. J. Mathar, Jul 25 2009]
LINKS
FORMULA
{A000045(i): A008865(A000045(i)) in A000040}. [R. J. Mathar, Jul 25 2009]
EXAMPLE
2^2-2=2. 3^2-2=7. 5^2-2=23.
MATHEMATICA
f[n_]:=Fibonacci[n]; f2[n_]:=f[n]^2-2; lst={}; Do[If[PrimeQ[f2[n]], AppendTo[lst, f[n]]], {n, 6!}]; lst
Select[Fibonacci[Range[400]], PrimeQ[#^2-2]&] (* Harvey P. Dale, Oct 21 2011 *)
CROSSREFS
Sequence in context: A061305 A177374 A142881 * A048736 A235621 A193300
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Oct 21 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)