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!)
A109799 Primes p such that 2^p - 1 is a Chen prime. 1
2, 3, 5, 7, 13, 17, 19, 31, 61, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For p in this sequence, 2^p - 1 is called a Mersenne-Chen prime.
Conjecture: 2^127 - 1 is the largest Mersenne-Chen prime.
Except for the initial term 2, this sequence is the intersection of A000043 and A000978 given by A107360. - Max Alekseyev, Oct 28 2008, Jan 28 2010
LINKS
EXAMPLE
a(5)=13 because 2^13 - 1 = 8191 is prime and 2^13 + 1 = 3*2731 is semiprime.
MATHEMATICA
Select[Prime[Range[40]], PrimeQ[2^#-1]&&PrimeOmega[2^#+1]<3&] (* James C. McMahon, Mar 30 2024 *)
CROSSREFS
Sequence in context: A233516 A366029 A000043 * A152961 A109461 A138539
KEYWORD
hard,more,nonn
AUTHOR
Jason Earls, Aug 15 2005
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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)