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!)
A326669 Numbers k such that the average position of the ones in the binary expansion of k is an integer. 25
1, 2, 4, 5, 7, 8, 10, 14, 16, 17, 20, 21, 27, 28, 31, 32, 34, 35, 39, 40, 42, 49, 54, 56, 57, 62, 64, 65, 68, 70, 73, 78, 80, 84, 85, 93, 98, 99, 107, 108, 112, 114, 119, 124, 127, 128, 130, 133, 136, 140, 141, 146, 147, 155, 156, 160, 161, 167, 168, 170, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are numbers whose exponents in their representation as a sum of distinct powers of 2 have integer average.
LINKS
EXAMPLE
42 is in the sequence because 42 = 2^1 + 2^3 + 2^5 and the average of {1,3,5} is 3, an integer.
MATHEMATICA
Select[Range[100], IntegerQ[Mean[Join@@Position[IntegerDigits[#, 2], 1]]]&]
PROG
(PARI) isok(m) = my(b=binary(m)); denominator(vecsum(Vec(select(x->(x==1), b, 1)))/hammingweight(m)) == 1; \\ Michel Marcus, Jul 02 2021
CROSSREFS
Sequence in context: A353919 A231979 A072013 * A123064 A108513 A029749
KEYWORD
nonn,base
AUTHOR
Gus Wiseman, Jul 17 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 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)