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!)
A054349 Successive generations of the variant of the Kolakoski sequence described in A042942. 7

%I #20 Apr 13 2020 07:13:33

%S 2,22,2211,221121,221121221,22112122122112,2211212212211211221211,

%T 221121221221121122121121221121121,

%U 2211212212211211221211212211211212212211212212112

%N Successive generations of the variant of the Kolakoski sequence described in A042942.

%C For n >= 0, let f_1(n) be the number of 1's in a(n) (sequence begins: 0, 0, 2, 3, 4, 6, 11, 17, 24, ...) and f_2(n) be the number of 2's (sequence begins: 1, 2, 2, 3, 5, 8, 11, 16, 25, ...). Then there is a simple relation between f_1 and f_2, namely: f_1(n) = 1 - f_2(n) + f_2(n-1) + f_2(n-2) + ... + f_2(0). i.e. f_1(7) = 17 and 1 - f_2(7) + f_2(6) + ... + f_2(0) = 1 - 16 + 11 + 8 + 5 + 3 + 2 + 2 + 1 = 17. - _Benoit Cloitre_, Oct 11 2005

%H Bertran Steinsky, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL9/Steinsky/steinsky5.html">A Recursive Formula for the Kolakoski Sequence A000002</a>, J. Integer Sequences, Vol. 9 (2006), Article 06.3.7.

%Y Cf. A000002, A054348, A054350, A054351, A111123, A111124.

%Y Word lengths give A042942.

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_, May 07 2000

%E More terms from _David Wasserman_, Mar 04 2002

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