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!)
A264866 Primes of the form 2^x + y (x >= 0 and 0 <= y < 2^x) such that all the numbers 2^(x+a) + (y-a) (0 < a <= y) are composite. 3

%I #11 Nov 27 2015 14:07:01

%S 2,3,5,11,13,17,19,23,41,71,131,149,257,277,523,1117,2053,2161,2237,

%T 2251,2999,4099,5237,8233,8243,16453,16553,32771,32779,32783,32789,

%U 32797,32801,32839,32843,32917,33623,65537,65539,65543,65563,65599,65651,72497,131129,131267,134777,262147,262151,264959

%N Primes of the form 2^x + y (x >= 0 and 0 <= y < 2^x) such that all the numbers 2^(x+a) + (y-a) (0 < a <= y) are composite.

%C Conjecture: The sequence has infinitely many terms.

%C This is motivated by part (i) of the conjecture in A231201 and the conjecture in A264865.

%H Zhi-Wei Sun, <a href="/A264866/b264866.txt">Table of n, a(n) for n = 1..62</a>

%H Zhi-Wei Sun, <a href="http://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;85566cc1.1311">Write n = k + m with 2^k + m prime</a>, a message to Number Theory List, Nov. 16, 2013.

%H Z.-W. Sun, <a href="http://arxiv.org/abs/1312.1166">On a^n+ bn modulo m</a>, arXiv:1312.1166 [math.NT], 2013-2014.

%H Z.-W. Sun, <a href="http://arxiv.org/abs/1402.6641">Problems on combinatorial properties of primes</a>, arXiv:1402.6641 [math.NT], 2014-2015.

%e a(4) = 11 since 11 = 2^3 + 3 is a prime with 3 < 2^3, and 2^4 + 2 = 18, 2^5 + 1 = 33 and 2^6 + 0 = 64 are all composite.

%t p[n_]:=p[n]=Prime[n]

%t x[n_]:=x[n]=Floor[Log[2,p[n]]]

%t y[n_]:=y[n]=p[n]-2^(x[n])

%t n=0;Do[Do[If[PrimeQ[2^(x[k]+a)+y[k]-a],Goto[aa]],{a,1,y[k]}];n=n+1;Print[n," ",p[k]];Label[aa];Continue,{k,1,23226}]

%Y Cf. A000040, A000079, A231201, A231557, A264865.

%K nonn

%O 1,1

%A _Zhi-Wei Sun_, Nov 26 2015

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)