The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A099862 Bisection of A002808. 3
6, 9, 12, 15, 18, 21, 24, 26, 28, 32, 34, 36, 39, 42, 45, 48, 50, 52, 55, 57, 60, 63, 65, 68, 70, 74, 76, 78, 81, 84, 86, 88, 91, 93, 95, 98, 100, 104, 106, 110, 112, 115, 117, 119, 121, 123, 125, 128, 130, 133, 135, 138, 141, 143, 145, 147, 150, 153, 155, 158, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
c:=proc(n) if isprime(n) then else n fi end: B:=[seq(c(n), n=2..250)]: seq(B[2*m], m=1..75); # Emeric Deutsch, Dec 09 2004
MATHEMATICA
Partition[Select[Range[200], CompositeQ], 2][[All, 2]] (* Jean-François Alcover, Mar 22 2023 *)
CROSSREFS
Cf. A099861.
Sequence in context: A214777 A239310 A130699 * A014407 A315952 A100352
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 19 2004
EXTENSIONS
More terms from Emeric Deutsch, Dec 09 2004
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 May 12 20:41 EDT 2024. Contains 372494 sequences. (Running on oeis4.)