9 billion names of God the integer: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m →‎{{header|Raku}}: copy pasto
Thundergnat (talk | contribs)
m →‎{{header|GAP}}: Regularize non-standard header markup
Line 1,738:
</pre>
 
== {{header|GAP}} ==
The partition function is built-in.
<lang gap>PrintArray(List([1 .. 25], n -> List([1 .. n], k -> NrPartitions(n, k))));