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!)
A249384 Smallest odd prime number Q such that Q*2^P+1 is also prime, where P is a Mersenne prime exponent A000043(n). 2
3, 5, 3, 5, 5, 53, 11, 239, 53, 191, 1229, 5, 233, 347, 1367, 9767, 2063, 89, 14009, 3329, 19991, 50849, 2711, 337871, 46301, 2543, 413093, 1157111, 615161, 1138649, 3778427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) lista(nn) = {vmp = readvec("b000043.txt"); for (n=1, nn, k=2; while(!isprime(prime(k)*2^vmp[n]+1), k++); print1(prime(k), ", "); ); } \\ Michel Marcus, Oct 27 2014
CROSSREFS
Sequence in context: A112756 A121795 A253027 * A228446 A364564 A188889
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Oct 27 2014
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 August 3 15:38 EDT 2024. Contains 374894 sequences. (Running on oeis4.)