A242175 Numbers k such that k*2^k + 1 is a semiprime.
2, 3, 4, 5, 8, 9, 11, 16, 21, 33, 35, 101, 105, 131, 158, 165, 191, 234, 251, 435, 453, 459, 561, 579, 604, 671, 744, 753, 933, 963, 1041, 1146, 1168, 1254, 1794
Offset: 1
Links
- FactorDB, Status of 1908*2^1908+1.
Programs
-
Magma
IsSemiprime:=func; [n: n in [2..230] | IsSemiprime(s) where s is n*2^n+1]; // Bruno Berselli, May 08 2014
-
Mathematica
Select[Range[165], Plus@@Last/@FactorInteger[# * 2^# + 1]==2&]
Formula
Extensions
a(17) from Bruno Berselli, May 08 2014
a(18)-a(30) from Luke March, Aug 13 2015
a(31)-a(34) from Hugo Pfoertner, Jul 29 2019
Wrong term 941 removed by Amiram Eldar, Nov 27 2019
a(35) from Tyler Busby, Mar 16 2025
Comments