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!)
A219252 Smallest prime q such that 2*n+1 = p + 4*q for some odd prime p, otherwise 0 if no such q exists. 6

%I #25 Apr 12 2013 15:32:23

%S 0,0,0,0,2,2,2,3,2,2,3,2,2,3,2,5,3,2,2,3,3,2,7,2,2,3,2,5,3,2,5,3,2,2,

%T 3,3,2,0,2,2,3,3,2,7,2,5,3,2,5,3,5,2,7,2,2,3,2,2,3,2,5,3,5,5,7,5,2,7,

%U 2,7,3,2,2,3,3,11,7,2,2,3,3,2,7,3,2,19,2,5,3,2

%N Smallest prime q such that 2*n+1 = p + 4*q for some odd prime p, otherwise 0 if no such q exists.

%C a(38) = 0.

%C Conjecture: except m = 77, all odd number > 9 are of the form m = p + 4*q where p and q are prime numbers.

%H Michel Lagneau, <a href="/A219252/b219252.txt">Table of n, a(n) for n = 1..10000</a>

%e 3 + 4*2 = 11 => a(5) = 2;

%e 5 + 4*2 = 13 => a(6) = 2;

%e 7 + 4*2 = 15 => a(7) = 2;

%e 5 + 4*3 = 17 => a(8) = 3.

%p for n from 11 by 2 to 200 do:jj:=0:for j from 1 to 1000 while (jj=0) do:q:=ithprime(j):p:=n-4*q:if p> 0 and type(p,prime)=true then jj:=1:printf(`%d, `,q):else fi:od:if jj=0 then printf(`%d, `,0):else fi:od:

%Y Cf. A195352, A002091, A219254.

%K nonn

%O 1,5

%A _Michel Lagneau_, Apr 11 2013

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