Problem 45321. Kolakoski Sequence
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 29 Nov 2022
So it's kind of like Kolakoski; the number still gives the length at pos n, like A000002. However, the following number is decided according to a base named "a". So, if a=[4,2,3], the remainder 0,1 or 2 (since a has length 3) will be mapped to 4,2,3 in this order.
Rafael S.T. Vieira
on 29 Nov 2022
I recommend solving the problem in the description if you haven't already. You can reuse your code here. You will need to make some changes, but it will be easier than solving this one from zero. Numberphile has a video about it if you are still stuck.
Problem Recent Solvers9
Suggested Problems
-
1978 Solvers
-
193 Solvers
-
Volume of a sphere given its surface area
136 Solvers
-
Replace pattern 0 1 0 and 1 0 1
116 Solvers
-
148 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!