The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A108266 Consider primes p and q such that p = 2^k + 15 and q = 2^(k+1) + 15 for some k; sequence gives values of p. 1
17, 19, 23, 31, 47, 1039, 2063, 32783, 4194319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No additional terms up to k=100,000. - Harvey P. Dale, Apr 10 2017
LINKS
MATHEMATICA
2^#+15&/@SequencePosition[Table[If[PrimeQ[2^n+15], 1, 0], {n, 1000}], {1, 1}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 10 2017 *)
PROG
(PARI) g(m, n, b) = { for(x=0, n, y=m+b^x+b%2; z=m+b^(x+1)+b%2; if(isprime(y)&isprime(z), print1(y", ") ) ) }
CROSSREFS
Cf. A108271.
Sequence in context: A228070 A289685 A144487 * A102325 A231326 A038711
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 29 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 May 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)