Project Euler Problem 529
A 10-substring of a number is a substring of its digits that sum to 10.
Solution
Answer: 23624465
After rebuilding the solution from scratch and validating the automaton against the examples $T(2)=9$ and $T(5)=3492$, the computed value is:
Answer: 253513427