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!)
A305802 Difference in number of prime factors (when counted with multiplicity) between GF(2)[X] (carryless binary) and ordinary factorization: a(n) = A091222(n) - A001222(n). 3
0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, 0, 0, 1, 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 0, 0, 0, 3, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, -1, 3, 0, 1, 0, -1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, -2, 0, 2, 0, 4, 1, -1, 0, 1, 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, -1, 2, 3, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,17
LINKS
FORMULA
a(n) = A091222(n) - A001222(n).
For all n, a(A091206(n)) = 0. [Note that zeros occur in other positions as well.]
PROG
(PARI)
A091222(n) = vecsum(factor(Pol(binary(n))*Mod(1, 2))[, 2]);
A305802(n) = (A091222(n) - bigomega(n));
CROSSREFS
Cf. also A305789.
Sequence in context: A186717 A344833 A233286 * A186038 A091009 A204814
KEYWORD
sign
AUTHOR
Antti Karttunen, Jun 10 2018
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 May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)