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”).

A379224
The reversing binary representation of the sum of the divisors of the n-th odd square: a(n) = A065621(A379223(n)).
3
1, 21, 35, 73, 137, 397, 475, 695, 855, 901, 1837, 1657, 1301, 3277, 1451, 1057, 2881, 2859, 3971, 7135, 3023, 2477, 5099, 6513, 7953, 4283, 7539, 12335, 13801, 5757, 4939, 12049, 14969, 12885, 9277, 13321, 16175, 26873, 9893, 10705, 27281, 11589, 28533, 29775, 8671, 31171, 22197, 29287, 28519, 17253, 30787, 31337
OFFSET
1,2
FORMULA
a(n) = A065621(A379223(n)).
PROG
(PARI)
A065621(n) = bitxor(n-1, n+n-1);
A379223(n) = sigma((2*n-1)^2);
CROSSREFS
The first column of square array A379221.
Sequence in context: A246157 A364029 A301789 * A244166 A301963 A219919
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 21 2024
STATUS
approved