cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A175548 Binary weight of sigma(n).

This page as a plain text file.
%I A175548 #19 Nov 07 2017 18:32:22
%S A175548 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,
%T A175548 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,
%U A175548 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
%N A175548 Binary weight of sigma(n).
%C A175548 The sequence is considered in connection with A175522, A175524, A175526.
%C A175548 a(n)=1 if n is in A046528. - _Robert Israel_, Nov 07 2017
%H A175548 Antti Karttunen, <a href="/A175548/b175548.txt">Table of n, a(n) for n = 1..16384</a>
%H A175548 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>
%H A175548 <a href="/index/Su#sums_of_divisors">Index entries for sequences related to sums of divisors</a>
%F A175548 a(n) = A000120(A000203(n)).
%e A175548 a(4) = 3 because the divisors of 4 add up to 7, a number which in binary is written as 3 ones.
%p A175548 seq(convert(convert(numtheory:-sigma(n),base,2),`+`),n=1..100); # _Robert Israel_, Nov 07 2017
%t A175548 Table[Plus@@IntegerDigits[DivisorSigma[1, n], 2], {n, 80}] (* _Alonso del Arte_, Dec 03 2010 *)
%o A175548 (PARI) a(n) = hammingweight(sigma(n)); \\ _Michel Marcus_, Feb 08 2016
%Y A175548 Cf. A000203, A000120, A046528, A175522, A175524, A175526.
%K A175548 nonn,base
%O A175548 1,2
%A A175548 _Vladimir Shevelev_, Dec 03 2010
%E A175548 More terms from _Antti Karttunen_, Nov 07 2017