A242832 Semiprimes of the form 2^k - 1 or 2^k - 2.
6, 14, 15, 62, 254, 511, 2047, 16382, 262142, 1048574, 8388607, 4294967294, 137438953471, 562949953421311, 576460752303423487, 4611686018427387902, 147573952589676412927, 9671406556917033397649407, 1237940039285380274899124222, 158456325028528675187087900671
Offset: 1
Keywords
Programs
-
Mathematica
Select[Flatten[Table[{2^k - 2, 2^k - 1}, {k, 100}]], PrimeOmega[#] == 2 &] (* Alonso del Arte, May 26 2014 *)
Extensions
More terms from Alonso del Arte, May 26 2014
Comments