A242273 Numbers n such that n*2^n - 1 is a semiprime.
5, 7, 8, 9, 10, 12, 18, 20, 25, 32, 37, 39, 72, 80, 85, 90, 97, 142, 150, 159, 163, 168, 169, 186, 192, 211, 231, 272, 305, 349, 363, 369, 375, 463, 465, 615, 668, 672, 789, 797, 817, 859, 908, 938, 951, 1092, 1123
Offset: 1
Links
- FactorDB, Status of 1152*2^1152-1.
Crossrefs
Programs
-
Magma
IsSemiprime:=func; [n: n in [2..1000] | IsSemiprime(s) where s is n*2^n-1];
-
Mathematica
Select[Range[1000], PrimeOmega[# 2^# - 1]==2&]
Formula
Extensions
a(28)-a(29) from Luke March, Aug 05 2015
a(30)-a(42) from Carl Schildkraut, Aug 18 2015
Corrected and extended by Luke March, Sep 01 2015
Missing terms a(26)-a(27) inserted by Amiram Eldar, Nov 27 2019
Comments