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!)
A324120 Binary weight of SumXOR variant of A297168: a(n) = A000120(A324180(n)). 8
0, 0, 0, 1, 0, 2, 0, 2, 1, 2, 0, 2, 0, 2, 2, 3, 0, 2, 0, 2, 2, 2, 0, 2, 1, 2, 2, 2, 0, 2, 0, 4, 2, 2, 2, 3, 0, 2, 2, 4, 0, 2, 0, 2, 2, 2, 0, 2, 1, 2, 2, 2, 0, 2, 2, 4, 2, 2, 0, 4, 0, 2, 2, 5, 2, 2, 0, 2, 2, 2, 0, 2, 0, 2, 2, 2, 2, 2, 0, 4, 3, 2, 0, 4, 2, 2, 2, 4, 0, 2, 2, 2, 2, 2, 2, 2, 0, 2, 2, 3, 0, 2, 0, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A000120(A324180(n)).
a(n) <= A324190(n).
a(p^k) = k-1 for all primes p and exponents k >= 1.
PROG
(PARI)
A061395(n) = if(1==n, 0, primepi(vecmax(factor(n)[, 1])));
A297167(n) = if(1==n, 0, (A061395(n) + (bigomega(n)-omega(n)) - 1));
A297112(n) = if(1==n, 0, 2^A297167(n));
A324180(n) = { my(v=0); fordiv(n, d, if(d<n, v = bitxor(v, A297112(d)))); (v); };
A324120(n) = hammingweight(A324180(n));
CROSSREFS
Sequence in context: A033687 A263452 A133457 * A218857 A260803 A260804
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 19 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 March 28 05:02 EDT 2024. Contains 371235 sequences. (Running on oeis4.)