A121605 Primes of the form (Fibonacci[n+3] + 2) = A018910[n], Pisot sequence L(4,5).
5, 7, 23, 379, 17713, 102334157, 3416454622906709, 1100087778366101933, 468340976726457153752543329995931, 40934782466626840596168752972961528246149
Offset: 1
Keywords
Programs
-
Mathematica
Select[Table[Fibonacci[n+3]+2,{n,1,300}],PrimeQ]
Comments