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!)
A324874 a(n) is the binary length of A324398(n), where A324398(n) = A156552(n) AND (A323243(n) - A156552(n)). 6
0, 0, 0, 1, 0, 1, 0, 1, 3, 0, 0, 1, 0, 1, 4, 4, 0, 1, 0, 1, 5, 1, 0, 1, 0, 1, 4, 1, 0, 1, 0, 1, 0, 1, 5, 4, 0, 1, 7, 1, 0, 1, 0, 1, 3, 1, 0, 1, 0, 0, 2, 1, 0, 1, 6, 1, 9, 1, 0, 1, 0, 1, 3, 6, 0, 1, 0, 1, 0, 1, 0, 5, 0, 1, 5, 1, 6, 1, 0, 1, 4, 1, 0, 1, 8, 1, 11, 1, 0, 6, 7, 1, 0, 1, 9, 5, 0, 0, 7, 5, 0, 1, 0, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000 (based on Hans Havermann's factorization of A156552)
FORMULA
If A324398(n) = 0, a(n) = 0, otherwise a(n) = A070939(A324398(n)) = 1 + A000523(A324398(n)).
a(n) = A324868(n) + A324881(n).
a(p) = 0 for all primes p.
PROG
(PARI)
A156552(n) = {my(f = factor(n), p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res}; \\ From A156552
A324398(n) = { my(k=A156552(n)); bitand(k, (A323243(n)-k)); }; \\ Needs also code from A323243.
A324874(n) = #binary(A324398(n));
CROSSREFS
Sequence in context: A104515 A337923 A363880 * A324862 A324864 A331509
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 27 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 24 09:41 EDT 2024. Contains 371935 sequences. (Running on oeis4.)