login
A079359
Iterate the process: "sum of terms of n-th run" on the Kolakoski sequence until all runs have length 1.
0
1, 8, 1, 4, 1, 4, 6, 4, 1, 6, 1, 4, 8, 1, 4, 1, 8, 1, 4, 1, 8, 4, 1, 8, 1, 4, 1, 4, 8, 1, 4, 1, 8, 1, 8, 1, 4, 1, 4, 6, 4, 1, 6, 1, 4, 1, 4, 8, 1, 4, 6, 4, 1, 8, 4, 1, 8, 1, 4, 1, 8, 1, 4, 1, 8, 4, 1, 8, 1, 4, 1, 8, 4, 1, 6, 1, 4, 8, 1, 4, 1, 8, 1, 8, 1, 4, 1
OFFSET
1,2
COMMENTS
It is enough to apply the process three times only to obtain all runs of length 1. All terms have values among 1,4,6 or 8.
EXAMPLE
Kolakoski sequence begins 1,2,2,1,1,2,1,2,2,1,2,2,1,1,2,1,1,2,2, When process is applied once: 1,2+2,1+1,2,1,2+2,1,2+2, --> 1,4,2,2,1,4,1,4,...Twice: 1,4,2+2,1,4...->1,4,4,1,4 ... Three times -> 1,8,1,4...
CROSSREFS
Cf. A000002, A088570 (single iteration).
Sequence in context: A110194 A199283 A395721 * A010156 A197590 A370067
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 15 2003
EXTENSIONS
Edited, corrected and extended by Andrei Zabolotskii, Oct 15 2025
STATUS
approved