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!)
A107987 Odd composite numbers of the form p+2 where p is prime. 1
9, 15, 21, 25, 33, 39, 45, 49, 55, 63, 69, 75, 81, 85, 91, 99, 105, 111, 115, 129, 133, 141, 153, 159, 165, 169, 175, 183, 195, 201, 213, 225, 231, 235, 243, 253, 259, 265, 273, 279, 285, 295, 309, 315, 319, 333, 339, 351, 355, 361, 369, 375, 381, 385, 391, 399 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
DeleteCases[Prime[Range[2, 80]]+2, _?PrimeQ] (* Harvey P. Dale, Aug 15 2013 *)
PROG
(PARI) sum2pr(n) = \Composite numbers of form p+2. { c=0; cp=0; forprime(x=2, n, cp++; y=x+2; if(isprime(y)==0, c++; print1(y", ") ) ); print(); print(c/cp+.) }
CROSSREFS
Cf. A067774.
Sequence in context: A046315 A046372 A025045 * A031879 A139787 A225461
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jun 13 2005
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)