Project Euler Problem 542

Let S(k) be the sum of three or more distinct positive integers having the following properties: - No value exceeds k.

Project Euler Problem 542

Solution

Answer: 697586734240314852

After re-deriving the optimization and verifying the interval-jump algorithm against the given checks (including reproducing $T(1000)=2268$), the exact value is:

Answer: 697586734240314852