PROJECT EULER · #0799
Pentagonal Puzzle
Pentagonal numbers are generated by the formula:
Some pentagonal numbers can be expressed as the sum of two other pentagonal numbers.
For example:
Find the smallest pentagonal number that can be expressed as the sum of two pentagonal numbers in over
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.