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!)
A121533 Fibonacci-Lucas prime twins: Prime Fibonacci numbers Fibonacci(k) such that Lucas numbers Lucas(k) = Fibonacci(k-1) + Fibonacci(k+1) are also prime. 2
3, 5, 13, 89, 233, 1597, 2971215073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Indices for Fibonacci-Lucas prime twins are A080327(n) = {4, 5, 7, 11, 13, 17, 47, ...}. Corresponding Lucas-Fibonacci prime twins are A121534(n) = {7, 11, 29, 199, 521, 3571, 6643838879, ...}. Probable primes Fibonacci(148091) and Lucas(148091) are the next probable Fibonacci-Lucas and Lucas-Fibonacci prime twins. They have 30949 and 30950 digits.
LINKS
EXAMPLE
a(1) = 3 because Fibonacci(4) = 3 is prime and Lucas(4) = 5 is also prime.
MATHEMATICA
Do[f=Fibonacci[n]; l=Fibonacci[n-1]+Fibonacci[n+1]; If[PrimeQ[f]&&PrimeQ[l], Print[{f, l}]], {n, 10000}]
CROSSREFS
Sequence in context: A180313 A053630 A155012 * A187733 A087170 A123370
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 05 2006
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 September 17 15:05 EDT 2024. Contains 375987 sequences. (Running on oeis4.)