Partition an integer x into n primes: Difference between revisions

m
added whitespace to the task's preamble.
m (added whitespace to the task's preamble.)
Line 11:
 
Show in the output section the sum   '''X'''   and the   '''N'''   primes in ascending order separated by plus ('''+''') signs:
<big>&bull;</big> &nbsp; partition '''99809''' with 1 prime.
<big>&bull;</big> &nbsp; partition '''18''' with 2 primes.
<big>&bull;</big> &nbsp; partition '''19''' with 3 primes.
<big>&bull;</big> &nbsp; partition '''20''' with 4 primes.
<big>&bull;</big> &nbsp; partition '''2017''' with 24 primes.
<big>&bull;</big> &nbsp; partition '''22699''' with 1, 2, 3, <u>and</u> 4 primes.
<big>&bull;</big> &nbsp; partition '''40355''' with 3 primes.
 
The output could/should be shown in a format such as: