The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092561 "Mersenne" semiprimes, semiprimes of the form 2^k-1. 8
15, 511, 2047, 8388607, 137438953471, 2199023255551, 562949953421311, 576460752303423487, 147573952589676412927, 9671406556917033397649407, 158456325028528675187087900671, 2535301200456458802993406410751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000225(A085724(n)). - Amiram Eldar, Jun 18 2022
EXAMPLE
2047 is a member because 2047 = 2^11 - 1 = 23*89.
MATHEMATICA
a := Select[Range[2, 120], ! PrimeQ[2^# - 1] && Length[Divisors[2^# - 1]] <= 4 &]; 2^a - 1 (* Stefan Steinerberger, Apr 12 2006 *)
Select[2^Range[0, 110]-1, PrimeOmega[#] == 2&] (* Harvey P. Dale, Feb 22 2013 *)
CROSSREFS
Corresponding k: A085724.
Sequence in context: A218188 A218365 A203326 * A218312 A218280 A218632
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 27 2004
EXTENSIONS
One more term from Stefan Steinerberger, Apr 12 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 8 15:51 EDT 2024. Contains 373223 sequences. (Running on oeis4.)