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!)
A043563 Number of runs in base-11 representation of n. 2

%I #9 Apr 23 2021 21:54:45

%S 1,1,1,1,1,1,1,1,1,1,1,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,

%T 2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,

%U 2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2

%N Number of runs in base-11 representation of n.

%C Every positive integers occurs infinitely many times. See A297770 for a guide to related sequences.

%t b = 11; s[n_] := Length[Split[IntegerDigits[n, b]]];

%t Table[s[n], {n, 1, 200}]

%Y Cf. A297779 (number of distinct runs), A297770.

%K nonn,base

%O 0,12

%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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)