A partition of an integer is a way of representing a positive integer as a sum of other positive integers. For example, 4 can be partitioned in the following 5 ways
The product reduction of each partition is
Out of these 5 products, of the products are odd ( and ).
How many odd product reductions of the partitions of 40 are there?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using Jerome Kelleher's code.