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

A324717
Xor-Moebius transform of A324716, where A324716(n) = bitxor(2*A156552(n), bitand(2*A156552(n), A323243(n))).
3
0, 2, 4, 0, 8, 14, 16, 4, 4, 24, 32, 26, 64, 50, 8, 0, 128, 28, 256, 48, 20, 96, 512, 48, 8, 192, 4, 102, 1024, 26, 2048, 24, 100, 384, 24, 28, 4096, 770, 64, 96, 8192, 118, 16384, 192, 8, 1536, 32768, 104, 16, 58, 388, 384, 65536, 52, 40, 196, 256, 3074, 131072, 114, 262144, 6144, 68, 8, 200, 166, 524288, 772, 1540, 120, 1048576
OFFSET
1,2
COMMENTS
Properties of Xor-Moebius transform are explained in A295901.
PROG
(PARI) A324717(n) = { my(v=0); fordiv(n, d, if(issquarefree(n/d), v=bitxor(v, A324716(d)))); (v); }; \\ For other code, see A324716.
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 15 2019
STATUS
approved