Question: Integer Parition into size n partitions

I have Maple 12. I am trying find integer partition of 20 into size 5 each. This can be accomplished in mathematica, using the command of 

 

IntegerPartitions[20,{5}]

 

Maple does have Partition command but there is no way to use that command to produce an output of size n partition.

 

For example Partition(20,5) results in partitions of 20 with 5 being the largest integer. That is not what I want. I need to see partition of 20's with exactly 5 elements per partition. 

 

How can that be accomplished in Maple? Please let me know?  I have searched Maple help files and they don't address the issue of size n partition. 

 

Thanks a lot

Please Wait...