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