PROJECT EULER · #0506
Clock Sequence
Consider the infinite repeating sequence of digits:
1234321234321234321...
Amazingly, you can break this sequence of digits into a sequence of integers such that the sum of the digits in the
The sequence goes as follows:
1, 2, 3, 4, 32, 123, 43, 2123, 432, 1234, 32123, ...
Let
Let
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.