A205719 Primes of the form Fibonacci(n) + 3.
5, 11, 37, 613, 10949, 63245989, 679891637638612261, 7308805952221443105020355493, 13598018856492162040239554477268293, 453973694165307953197296969697410619233829
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..15
Programs
-
Mathematica
Select[Fibonacci[Range[1000]]+3, PrimeQ]