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!)
A267943 Numbers n such that 2^n - 3 and 3*2^n - 1 are both prime. 0
3, 4, 6, 94 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The intersection of A002235 and A050414 is not empty (3 does not belong to A267985).
LINKS
FORMULA
A002235 INTERSECT A050414.
EXAMPLE
a(3) = 6 because 2^6 - 3 = 61 and 3*2^6 - 1 = 191 are both prime.
PROG
(Magma) [n: n in [2..94] | IsPrime(2^n-3) and IsPrime(3*2^n-1)];
(PARI) isok(n) = isprime(2^n-3) && isprime(3*2^n-1);
CROSSREFS
Sequence in context: A358936 A256326 A239244 * A066466 A332511 A129293
KEYWORD
nonn,hard,more
AUTHOR
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.)