PROJECT EULER · #0050
Consecutive Prime Sum
The prime
This is the longest sum of consecutive primes that adds to a prime below one-hundred.
The longest sum of consecutive primes below one-thousand that adds to a prime, contains
Which prime, below one-million, can be written as the sum of the most consecutive primes?
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.