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!)
A109440 Even numbers k such that exactly half of the primes p with p <= k/2 give k-p also a prime. 0
2, 6, 8, 14, 16, 18, 20, 26, 30, 42, 108, 132, 234, 264, 288, 354, 504, 1920, 2010, 5040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let k be an even integer. Let PrimeP be the set of prime partition points {p,q} such that p + q = k, p and q are prime and p <= q. Let CompP be the set of composite partition points {p,q} such that p + q = k, p is prime, q is composite and p <= q. Sequence gives value of k such that the size of the two sets PrimeP and CompP are equal.
Even numbers k such that 2*A045917(k/2) = A000720(k/2). - Andrew Howroyd, Jan 02 2020
LINKS
EXAMPLE
The number k = 30 is included because the two sets PrimeP={{7,23},{11,19},{13,17}} and CompP={{2,28},{3,27},{5,25}} have the same number of elements.
PROG
(PARI)
d(n)={my(s=0); forprime(p=2, n, s+=if(isprime(2*n-p), 1, -1)); s}
{ for(n=1, 10^4/2, if(d(n)==0, print1(2*n, ", "))) } \\ Andrew Howroyd, Jan 02 2020
CROSSREFS
Sequence in context: A074400 A264598 A165607 * A063242 A210984 A213364
KEYWORD
nonn,more
AUTHOR
Gilmar Rodriguez Pierluissi (gilmarlily(AT)yahoo.com), Aug 26 2005
EXTENSIONS
Name edited and a(13)-a(20) from Andrew Howroyd, Jan 02 2020
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)