A378998 Number of trailing 1-bits in the binary representation of sigma(n).
1, 2, 0, 3, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 5, 0, 3, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1
Keywords
Links
Crossrefs
Programs
-
Mathematica
IntegerExponent[DivisorSigma[1, Range[100]] + 1, 2] (* Paolo Xausa, Dec 19 2024 *)
-
PARI
A378998(n) = valuation(sigma(n)+1,2);