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!)
A043724 Numbers whose number of runs in the base-2 representation is congruent to 0 mod 4. 3
10, 18, 20, 22, 26, 34, 36, 38, 40, 44, 46, 50, 52, 54, 58, 66, 68, 70, 72, 76, 78, 80, 88, 92, 94, 98, 100, 102, 104, 108, 110, 114, 116, 118, 122, 130, 132, 134, 136, 140, 142, 144, 152, 156, 158, 160, 170, 176, 184, 188, 190, 194, 196, 198, 200, 204, 206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[200], Divisible[Length[Split[IntegerDigits[#, 2]]], 4]&] (* Harvey P. Dale, May 21 2012 *)
PROG
(PARI) isok(k) = (hammingweight(bitxor(k, k>>1)) % 4) == 0; \\ Michel Marcus, Oct 04 2023
CROSSREFS
Cf. A005811.
Sequence in context: A087141 A349090 A178461 * A043571 A043732 A043737
KEYWORD
nonn,base
AUTHOR
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)