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!)
A043798 Numbers n such that number of runs in the base 3 representation of n is congruent to 0 mod 8. 0

%I #7 Jul 14 2021 17:47:54

%S 2460,2462,2463,2464,2476,2477,2478,2480,2487,2489,2490,2491,2494,

%T 2495,2499,2500,2602,2603,2607,2608,2611,2612,2613,2615,2622,2624,

%U 2625,2626,2638,2639,2640,2642,2703,2705,2706,2707

%N Numbers n such that number of runs in the base 3 representation of n is congruent to 0 mod 8.

%t Select[Range[3000],Mod[Length[Split[IntegerDigits[#,3]]],8]==0&] (* _Harvey P. Dale_, Jul 14 2021 *)

%K nonn,base

%O 1,1

%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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)