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!)
A044872 Positive integers having the same number of base-16 runs of odd length as even. 1
256, 272, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 290, 307, 324, 341, 358, 375, 392, 409, 426, 443, 460, 477, 494, 511, 512, 529, 544, 545, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
b16rQ[n_]:=Module[{r=Length/@Split[IntegerDigits[n, 16]]}, Count[r, _?OddQ]==Length[r]/2]; Select[Range[9000], b16rQ] (* Vincenzo Librandi, Jan 18 2018 *)
CROSSREFS
Sequence in context: A248776 A223600 A217848 * A044979 A352595 A345534
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 May 9 08:03 EDT 2024. Contains 372346 sequences. (Running on oeis4.)