Problem 614
Special partitions 2
An integer partition of a number
We call an integer partition special if 1) all its summands are distinct, and 2) all its even summands are also divisible by 4.
For example, the special partitions of 10 are:
The number 10 admits many more integer partitions (a total of 42), but only those three are special.
Let be
Find
特殊分划
我们称一个整数分划为特殊分划,如果它满足 1) 所有用于相加的数都不相同,以及 2) 所有用于相加的偶数都能被4整除。
例如,10的特殊分划包括:
显然10有更多种可能的分划(总计42种),但是只有这三种是特殊分划。
记
求
Gitalking ...