A050523 Primes of the form 7*2^k - 1.
13, 223, 3583, 917503, 14680063, 3758096383, 246290604621823, 1340933598257652751063553648756520535666396731910651903
Offset: 1
Crossrefs
See A001771 for more terms.
Programs
-
Mathematica
Select[Table[7*2^n-1, {n,0,200}], PrimeQ] (* Jean-François Alcover, Mar 20 2011 *)
Formula
Extensions
13 inserted by R. J. Mathar, Apr 01 2009