A069108 Primes of the form F(k)+k where F(k) is the k-th Fibonacci number.
2, 3, 5, 7, 29, 43, 317839, 3524611, 39088207
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..11
Programs
-
Mathematica
Select[Table[Fibonacci[k] + k, {k, 1, 40}], PrimeQ] (* Amiram Eldar, Jun 04 2022 *)
Formula
Extensions
a(10), a 169-digit number, has been certified prime with Primo. - Rick L. Shepherd, Apr 26 2002
a(11), a 343-digit number, has been certified prime with Primo. - Charles R Greathouse IV, Feb 15 2011