PROJECT EULER · #1005
Median Prime List
There are four lists of increasing primes that sum to
The median prime list is defined to be the median of these lists when they are written in lexicographic order (as shown in the example above).
If there are an even number of lists then disregard the last one and find the median of the rest.
Therefore the median prime list of
Find the median prime list of
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.