login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A324877 Xor-Moebius transform of A324867, where A324867(n) = A156552(n) XOR (A323243(n) - A156552(n)). 5
0, 1, 3, 3, 7, 6, 15, 4, 3, 11, 31, 13, 63, 30, 6, 0, 127, 11, 255, 28, 11, 48, 511, 24, 27, 108, 4, 61, 1023, 16, 2047, 24, 42, 208, 10, 20, 4095, 510, 48, 32, 8191, 58, 16383, 111, 25, 736, 32767, 56, 51, 9, 132, 211, 65535, 20, 11, 108, 240, 1770, 131071, 38, 262143, 3408, 52, 8, 70, 95, 524287, 387, 762, 62, 1048575, 44, 2097151, 7932, 19, 877, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000 (based on Hans Havermann's factorization of A156552)
PROG
(PARI)
A324867(n) = { my(k=A156552(n)); bitxor(k, (A323243(n)-k)); }; \\ Needs also code from A323243.
A324877(n) = { my(v=0); fordiv(n, d, if(issquarefree(n/d), v=bitxor(v, A324867(d)))); (v); };
CROSSREFS
Sequence in context: A069981 A000199 A243099 * A359947 A201932 A161771
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 18 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:38 EDT 2024. Contains 371970 sequences. (Running on oeis4.)