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!)
A225855 Difference between the number of nonnegative evil and odious multiples of n less than 2^n. 1
-1, -1, 3, -1, 5, 9, -7, -1, 27, 25, 11, 162, 13, 49, 521, -1, 697, 2196, 19, 625, 8435, 121, -23, 59049, 3120, 169, 177147, 2401, 29, 982635, -237367, -1, 3958307, 781745, 121691, 28697814, 37, 361, 89405461, 1953125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
It appears that for n = 2^i*p, i>0, p prime, a(n) = p^(2^i) or a multiple of it.
For which n is a(n) negative?
For prime n and related conjectures, see A133954.
LINKS
PROG
(PARI) a(n)=sum(i=0, floor(2^n/n), subst(Pol(binary(i*n)), x, 1)%2==0)-sum(i=0, floor(2^n/n), subst(Pol(binary(i*n)), x, 1)%2)
CROSSREFS
Sequence in context: A029723 A187370 A215456 * A201751 A202504 A146916
KEYWORD
sign,hard,more
AUTHOR
Ralf Stephan, Aug 31 2013
EXTENSIONS
a(31)-a(40) from Amiram Eldar, Apr 23 2022
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)