login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046339 Composite numbers with an odd number of prime factors (counted with multiplicity). 4
8, 12, 18, 20, 27, 28, 30, 32, 42, 44, 45, 48, 50, 52, 63, 66, 68, 70, 72, 75, 76, 78, 80, 92, 98, 99, 102, 105, 108, 110, 112, 114, 116, 117, 120, 124, 125, 128, 130, 138, 147, 148, 153, 154, 162, 164, 165, 168, 170, 171, 172, 174, 175, 176, 180, 182, 186, 188 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..58.

EXAMPLE

a(1)=8 as 8=2*2*2, that is 8 is a composite integer and having 3 (an odd number) prime factors.

MATHEMATICA

fQ[n_] := Block[{p = Plus @@ Last /@ FactorInteger@n}, OddQ[p] && p > 1]; Select[ Range@200, fQ[ # ] &] (from Robert G. Wilson v, Jan 04 2006)

CROSSREFS

Cf. A046340, A046341, A026424.

Sequence in context: A036327 A051144 A067537 * A145784 A014612 A226527

Adjacent sequences:  A046336 A046337 A046338 * A046340 A046341 A046342

KEYWORD

nonn

AUTHOR

Patrick De Geest, Jun 15 1998.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 20 01:41 EDT 2013. Contains 226416 sequences.