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!)
A175548 Binary weight of sigma(n). 6
1, 2, 1, 3, 2, 2, 1, 4, 3, 2, 2, 3, 3, 2, 2, 5, 2, 4, 2, 3, 1, 2, 2, 4, 5, 3, 2, 3, 4, 2, 1, 6, 2, 4, 2, 5, 3, 4, 3, 4, 3, 2, 3, 3, 4, 2, 2, 5, 4, 5, 2, 3, 4, 4, 2, 4, 2, 4, 4, 3, 5, 2, 3, 7, 3, 2, 2, 6, 2, 2, 2, 4, 3, 4, 5, 3, 2, 3, 2, 5, 5, 6, 3, 3, 4, 2, 4, 4, 4, 5, 3, 3, 1, 2, 4, 6, 3, 5, 4, 5, 4, 4, 3, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence is considered in connection with A175522, A175524, A175526.
a(n)=1 if n is in A046528. - Robert Israel, Nov 07 2017
LINKS
FORMULA
a(n) = A000120(A000203(n)).
EXAMPLE
a(4) = 3 because the divisors of 4 add up to 7, a number which in binary is written as 3 ones.
MAPLE
seq(convert(convert(numtheory:-sigma(n), base, 2), `+`), n=1..100); # Robert Israel, Nov 07 2017
MATHEMATICA
Table[Plus@@IntegerDigits[DivisorSigma[1, n], 2], {n, 80}] (* Alonso del Arte, Dec 03 2010 *)
PROG
(PARI) a(n) = hammingweight(sigma(n)); \\ Michel Marcus, Feb 08 2016
CROSSREFS
Sequence in context: A296525 A333766 A333226 * A038571 A008687 A290251
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Dec 03 2010
EXTENSIONS
More terms from Antti Karttunen, Nov 07 2017
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)