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!)
A336581 Mersenne exponents whose corresponding prime can be expressed as the sum of at least two consecutive primes. 0
5, 7, 13, 17, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
127 is a term.
LINKS
Carlos Rivera, Puzzle 456. Mersenne Primes as a sum of consecutive primes, The Prime Puzzles and Problems Connection.
EXAMPLE
5 is a term because 2^5-1 = 7 + 11 + 13.
17 is a term because 2^17-1 = 43669 + 43691 + 43711.
PROG
(PARI) isok(m) = my(p=2^m-1); isprime(p) && isA050936(p);
CROSSREFS
Cf. A000043 (Mersenne exponents), A000668, A050936, A067377.
Sequence in context: A073574 A092110 A171518 * A248920 A314325 A086844
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Aug 30 2020
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 May 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)