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!)
A141096 Even numbers not representable as the sum of two coprime nonprime numbers. 3

%I #11 May 09 2021 08:02:45

%S 4,6,8,12,14,18,20,24,30,32,38,42,48,54,60,72,80,84,90,108,110,132,

%T 138,140,150,180

%N Even numbers not representable as the sum of two coprime nonprime numbers.

%C Numbers k such that A141095(k/2) = 0.

%C 180 is the last term.

%C This sequence is a subsequence of A141098.

%t t = Table[Length[Select[Range[n/2], ! PrimeQ[#] && ! PrimeQ[n - #] && GCD[#, n - #] == 1 &]], {n, 2, 2000, 2}]; Flatten[2*Position[t, 0]] {* _T. D. Noe_, Dec 05 2013 *)

%Y Cf. A141095, A141098.

%K nonn,fini,full

%O 1,1

%A _T. D. Noe_, Jun 02 2008

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