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!)
A176100 Even numbers that are not semiprimes, or, twice the nonprimes. 4
0, 2, 8, 12, 16, 18, 20, 24, 28, 30, 32, 36, 40, 42, 44, 48, 50, 52, 54, 56, 60, 64, 66, 68, 70, 72, 76, 78, 80, 84, 88, 90, 92, 96, 98, 100, 102, 104, 108, 110, 112, 114, 116, 120, 124, 126, 128, 130, 132, 136, 138, 140, 144, 148, 150, 152, 154, 156, 160, 162, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)= 2*A141468(n).
a(n) = A139270(n-1). [R. J. Mathar, May 03 2010]
MATHEMATICA
2 Prepend[Select[Range@ 82, ! PrimeQ@ # &], 0] (* Michael De Vlieger, Feb 20 2017 *)
PROG
(PARI) isok(n) = !(n%2) && !isprime(n/2); \\ Michel Marcus, Feb 20 2017
CROSSREFS
Sequence in context: A340969 A180634 A139270 * A285658 A284802 A067884
KEYWORD
nonn,easy
AUTHOR
Juri-Stepan Gerasimov, Apr 08 2010, Apr 11 2010
EXTENSIONS
Entries checked by R. J. Mathar, Apr 16 2010
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 June 3 12:27 EDT 2024. Contains 373060 sequences. (Running on oeis4.)