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!)
A036350 Composite numbers such that the sum of the prime factors is odd (counted with multiplicity). 2
6, 10, 12, 14, 20, 22, 24, 26, 27, 28, 34, 38, 40, 44, 45, 46, 48, 52, 54, 56, 58, 62, 63, 68, 74, 75, 76, 80, 82, 86, 88, 90, 92, 94, 96, 99, 104, 105, 106, 108, 112, 116, 117, 118, 122, 124, 125, 126, 134, 136, 142, 146, 147, 148, 150, 152, 153, 158, 160, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
44 = 2 * 2 * 11 -> sum = 15 -> 15 is odd.
MATHEMATICA
okQ[n_]:=!PrimeQ[n]&&OddQ[Total[Flatten[Table[First[#], {Last[#]}]&/@ FactorInteger[n]]]]; Select[Range[2, 200], okQ] (* Harvey P. Dale, Dec 18 2011 *)
CROSSREFS
Subsequence of A335657.
Sequence in context: A175352 A175397 A129493 * A295076 A088829 A036348
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Dec 15 1998
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 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)