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!)
A305414 Numbers k such that F(k)*F(k+1) + F(k+2) is a prime, where F = A000045 (Fibonacci numbers). 0
1, 2, 3, 4, 5, 7, 8, 10, 11, 15, 16, 18, 29, 40, 55, 134, 159, 261, 276, 519, 1792, 2045, 2111, 2830, 2878, 3575, 6301, 7394, 9432, 13558, 19714, 21396, 25731, 26790, 28792, 32070, 33951, 46997, 63134, 66272, 67619, 70448, 75525, 77994, 90437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Primes in A305412.
a(46) > 10^5. - Robert Price, Jun 18 2018
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[(Fibonacci[#] Fibonacci[# + 1] + Fibonacci[# + 2])]&]
PROG
(Magma) [n: n in [1..1500] | IsPrime(Fibonacci(n) * Fibonacci(n+1) + Fibonacci(n+2))];
CROSSREFS
Sequence in context: A190850 A066077 A219040 * A317296 A103740 A317578
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Jun 09 2018
EXTENSIONS
More terms from Vaclav Kotesovec, Jun 11 2018
a(39) from Giovanni Resta, Jun 11 2018
a(40)-a(45) from Robert Price, Jun 18 2018
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 23 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)