login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A379222
Number of trailing 1-bits in the binary representation of the sum of the divisors of the n-th odd square: a(n) = sigma((2*n-1)^2).
2
1, 1, 5, 1, 1, 1, 3, 2, 2, 1, 1, 1, 1, 1, 3, 1, 1, 3, 7, 2, 2, 1, 3, 1, 1, 3, 4, 2, 1, 1, 3, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 6, 1, 2, 2, 1, 6, 1, 2, 1, 3, 2, 2, 3, 7, 2, 1, 7, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 4, 1, 2, 6, 3, 2, 1, 1, 5, 1, 1, 1, 3, 1, 1, 1, 4, 2, 1, 7, 1, 1, 2, 1, 5, 1, 1, 4, 1, 1, 1
OFFSET
1,3
FORMULA
a(n) = A378999(2*n-1) = A378998(A016754(n-1)) = A007814(1+A000203(A016754(n-1))).
PROG
(PARI) A379222(n) = valuation(1+sigma((2*n-1)^2), 2);
CROSSREFS
Odd bisection of A378999.
Sequence in context: A026518 A362394 A345949 * A348505 A051008 A304042
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 22 2024
STATUS
approved