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!)
A157695 Composite numbers that are not multiples of 3. 2
4, 8, 10, 14, 16, 20, 22, 25, 26, 28, 32, 34, 35, 38, 40, 44, 46, 49, 50, 52, 55, 56, 58, 62, 64, 65, 68, 70, 74, 76, 77, 80, 82, 85, 86, 88, 91, 92, 94, 95, 98, 100, 104, 106, 110, 112, 115, 116, 118, 119, 121, 122, 124, 125, 128, 130, 133, 134, 136, 140, 142, 143, 145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A002808 INTERSECTION A001651.
LINKS
MATHEMATICA
Select[Range[200], CompositeQ[#]&&Mod[#, 3]!=0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 20 2020 *)
PROG
(PARI) isok(n) = (n != 1) && (n % 3) && (! isprime(n)) \\ Michel Marcus, Jul 28 2013
(PARI) lista(nn) = forcomposite(n=1, nn, if (n % 3, print1(n, ", "))); \\ Michel Marcus, Mar 18 2016
CROSSREFS
Sequence in context: A092292 A299482 A171993 * A175228 A099861 A310986
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Mar 04 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 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)