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!)
A161539 Numbers n such that composite (n) + n is a composite, where composite (n) denotes the n-th composite number. 1
2, 5, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 60, 61, 62, 63, 64, 65, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 88, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2 is in the list because composite(2)+2 =6+2 = 8 and 8 is composite.
5 is in the list because composite(5)+5 =10+5 = 15 and 15 is composite.
LINKS
MATHEMATICA
With[{comps=Complement[Range[2, 250], Prime[Range[PrimePi[250]]]]}, Transpose[Select[Thread[{Range[Length[comps]], comps}], !PrimeQ[ Total[#]]&]][[1]]] (* Harvey P. Dale, Dec 02 2011 *)
CROSSREFS
Cf. A002808.
Complement of A161538.
Sequence in context: A303437 A187578 A193260 * A177859 A047580 A153384
KEYWORD
nonn
AUTHOR
Claudio Meller, Jun 13 2009
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 18 20:18 EDT 2024. Contains 371781 sequences. (Running on oeis4.)