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!)
A248526 Least prime p such that q = (3+p)/2^n is prime. 0
2, 3, 5, 13, 29, 61, 317, 3709, 509, 1021, 11261, 4093, 20477, 16381, 180221, 229373, 1900541, 655357, 15990781, 1048573, 5242877, 4194301, 180355069, 16777213, 117440509, 436207613, 738197501, 671088637, 53687090, 2684354557, 5368709117 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Corresponding values of q: 5, 2, 2, 2, 2, 2, 5, 29, 2, 2, 11, 2, 5, 2, 11, 7, 29, 5, 61, 2, 5, 2, 43, 2, 7, 13, 11, 5, 2, 5, 5.
LINKS
MATHEMATICA
Do[q = 2; While[! PrimeQ[p = q*2^n - 3], q = NextPrime[q]];
Print[{n, p, q}], {n, 0, 30}]
CROSSREFS
Sequence in context: A177502 A072536 A087592 * A324375 A038879 A162390
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 07 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 April 16 18:22 EDT 2024. Contains 371750 sequences. (Running on oeis4.)