A053413 Primes of the form A003266(n) + 1.
2, 2, 3, 7, 31, 241, 3121, 65521, 1879127177606120717127879344567470740879360001, 1419564463863171507576408104556964008024375775796704645430601388670976000001
Offset: 1
Keywords
Links
- Eric Weisstein's World of Mathematics, Fibonacci Number.
Programs
-
Mathematica
Select[Rest[FoldList[Times,1,Fibonacci[Range[80]]]+1],PrimeQ] (* Harvey P. Dale, Apr 25 2012 *)
Extensions
Edited by Daniel Forgues, Nov 30 2009
One more term (a(10)) from Harvey P. Dale, Apr 25 2012
Edited definition, Joerg Arndt, Aug 17 2014
Comments