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!)
A152783 Values of p for which 2^p - 1 is prime and which are followed by a gap such that no 2^q - 1 is prime for p < q < 2*p. 0
127, 607, 4423, 216091, 1398269, 3021377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{A000043(i): A134458(i) >= A000043(i)}. - R. J. Mathar, Dec 20 2008
EXAMPLE
127 is in this sequence because 2^127-1 is prime, but no value of 2^q-1 is prime for q > 127 and q <= 254. (The next value of q to yield a prime is 521 and is outside the (127,254] interval.)
MATHEMATICA
s={}; Do[If[MersennePrimeExponent[k+1] > 2 * MersennePrimeExponent[k], AppendTo[s, MersennePrimeExponent[k]]], {k, 1, 44}]; s (* Amiram Eldar, Feb 03 2019 *)
CROSSREFS
Sequence in context: A096523 A299132 A142736 * A299890 A200813 A332574
KEYWORD
nonn,more
AUTHOR
J. Lowell, Dec 12 2008
EXTENSIONS
Edited by R. J. Mathar, Dec 20 2008
a(5) inserted by Amiram Eldar, Feb 03 2019
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)