PROJECT EULER · #0865
Triplicate Numbers
A triplicate number is a positive integer such that, after repeatedly removing three consecutive identical digits from it, all its digits can be removed.
For example, the integer
Let
For example,
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.