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!)
A231903 Even numbers which are the sum of two different primes > 3 in exactly one way. 0

%I #17 Nov 27 2013 05:08:19

%S 12,16,20,22,26,32,38,62

%N Even numbers which are the sum of two different primes > 3 in exactly one way.

%C Conjecture: there are no more numbers > 62 in the sequence.

%C Remark that the two primes are one of a twin primes pair and a pair of twin primes for 12=5+7.

%C The pairs of primes are : 12=5+7, 16=5+11, 20=7+13, 22=5+17, 26=7+19, 32=13+19, 38=7+31, 62=19+43.

%e 10=3+7=5+5 not in the sequence (not >3 or not different),

%e 12=5+7, 12 first in the sequence,

%e 14=3+11=7+7 not in the sequence.

%o (PARI) is_A231903(n)={my(s=0);forprime(p=5,n\2-1,isprime(n-p)&&s++>1&&return);s} \\ - _M. F. Hasler_, Nov 22 2013

%Y Cf. A007534

%K nonn

%O 1,1

%A _Pierre CAMI_, Nov 15 2013

%E Missing term a(7)=38 added by _M. F. Hasler_, Nov 22 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)