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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066428 Numbers with mu = 0 and infinitary MoebiusMu = +1 (sum of binary digits of prime exponents is even). 1
8, 12, 18, 20, 27, 28, 32, 36, 44, 45, 48, 50, 52, 63, 64, 68, 75, 76, 80, 92, 98, 99, 100, 112, 116, 117, 120, 124, 125, 144, 147, 148, 153, 162, 164, 168, 171, 172, 175, 176, 188, 196, 207, 208, 212, 216, 225, 236, 242, 243, 244, 245, 261, 264, 268, 270, 272 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

28 is in this sequence because its prime decomposition is 2^2* 7^1, it is not squarefree and the binary digits of "2" and "1" add up to 2, an even number.

MATHEMATICA

iMoebiusMu[ n_ ] := Switch[ MoebiusMu[ n ], 1, 1, -1, -1, 0, If[ OddQ[ Plus@@(DigitCount[ Last[ Transpose[ FactorInteger[ n ] ]], 2, 1 ]) ], -1, 1 ]]; Select[ Range[ 400 ], MoebiusMu[ # ]===0 && iMoebiusMu[ # ]===+1 & ]

CROSSREFS

Cf. A064179, A066427.

Sequence in context: A145784 A014612 A046369 * A187042 A054397 A075818

Adjacent sequences:  A066425 A066426 A066427 * A066429 A066430 A066431

KEYWORD

easy,nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be), Dec 27 2001

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 February 15 23:53 EST 2012. Contains 205860 sequences.