Partition an integer x into n primes: Difference between revisions

Content added Content deleted
(→‎{{header|Mathematica}}: flagged as incomplete.)
Line 1,074: Line 1,074:


=={{header|Mathematica}}==
=={{header|Mathematica}}==

{{incomplete|Mathematica| <br><br> the output for partitioning of <br> '''42017''', &nbsp; '''22699''', and ''' 40355''' <br> isn't shown. <br><br>}}


This can be done with IntegerPartitions:
This can be done with IntegerPartitions: