login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092561 "Mersenne" semiprimes, semiprimes of the form 2^n-1. 6
1, 15, 511, 2047, 8388607, 137438953471, 2199023255551, 562949953421311, 576460752303423487, 147573952589676412927, 9671406556917033397649407, 158456325028528675187087900671, 2535301200456458802993406410751 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

2047 is a member because 2047 = 2^11-1 = 23*89

MATHEMATICA

a := Select[Range[120], ! PrimeQ[2^# - 1] && Length[Divisors[2^# - 1]] <= 4 &]; 2^a - 1 - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 12 2006

CROSSREFS

Corresponding n: A085724.

Cf. A092558, A092559 and A092562.

Sequence in context: A203525 A004703 A203326 * A009068 A157166 A074040

Adjacent sequences:  A092558 A092559 A092560 * A092562 A092563 A092564

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Feb 27 2004

EXTENSIONS

One more term from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 12 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:01 EST 2012. Contains 205667 sequences.