The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A324875 Xor-Moebius transform of A324865, where A324865(n) = A323243(n) - A156552(n). 2
0, 0, 1, 1, 3, 0, 7, 0, 7, 7, 15, 1, 31, 6, 10, 8, 63, 7, 127, 4, 19, 0, 255, 0, 19, 12, 12, 13, 511, 4, 1023, 8, 26, 16, 18, 12, 2047, 126, 80, 16, 4095, 18, 8191, 15, 1, 480, 16383, 8, 35, 17, 68, 19, 32767, 12, 59, 12, 368, 234, 65535, 14, 131071, 336, 4, 40, 38, 15, 262143, 3, 506, 22, 524287, 28, 1048575, 1788, 11, 109, 58, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000 (based on Hans Havermann's factorization of A156552)
PROG
(PARI)
A324865(n) = (A323243(n) - A156552(n)); \\ Needs also code from A323243.
A324875(n) = { my(v=0); fordiv(n, d, if(issquarefree(n/d), v=bitxor(v, A324865(d)))); (v); };
CROSSREFS
Sequence in context: A346516 A337767 A249904 * A266437 A077896 A359061
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 June 6 18:09 EDT 2024. Contains 373134 sequences. (Running on oeis4.)