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!)
A043868 Numbers n such that number of runs in the base 4 representation of n is congruent to 1 mod 10. 0

%I #7 Nov 22 2018 10:59:35

%S 1,2,3,5,10,15,21,42,63,85,170,255,341,682,1023,1365,2730,4095,5461,

%T 10922,16383,21845,43690,65535,87381,174762,262143,349525,699050,

%U 1048575,1118481,1118482,1118483,1118488,1118489,1118491

%N Numbers n such that number of runs in the base 4 representation of n is congruent to 1 mod 10.

%t Select[Range[112*10^4],Mod[Length[Split[IntegerDigits[#,4]]],10]==1&] (* _Harvey P. Dale_, Nov 22 2018 *)

%K nonn,base

%O 1,2

%A _Clark Kimberling_

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 07:28 EDT 2024. Contains 371922 sequences. (Running on oeis4.)