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!)
A324714 a(n) = A297106(n) XOR A324712(n). 5
0, 0, 1, 7, 3, 2, 7, 8, 11, 7, 15, 3, 31, 4, 26, 24, 63, 11, 127, 4, 51, 30, 255, 0, 19, 10, 28, 23, 511, 40, 1023, 40, 26, 14, 58, 52, 2047, 124, 204, 16, 4095, 48, 8191, 17, 33, 478, 16383, 8, 35, 17, 64, 21, 32767, 28, 115, 20, 876, 232, 65535, 50, 131071, 334, 36, 104, 38, 45, 262143, 5, 506, 62, 524287, 68, 1048575, 1786, 59 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) is also the XOR-Moebius transform of (A156552(d) XOR A323243(d)). See A295901 for the properties of that transform.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000 (based on Hans Havermann's factorization of A156552)
PROG
(PARI) A324714(n) = bitxor(A324712(n), A297106(n));
(PARI) A324714(n) = { my(v=0); fordiv(n, d, if(issquarefree(n/d), v=bitxor(v, bitxor(A323243(d), A156552(d))))); (v); }
CROSSREFS
Sequence in context: A298530 A243377 A245532 * A075564 A303670 A135041
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 13 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 August 24 07:11 EDT 2024. Contains 375409 sequences. (Running on oeis4.)