When excuting the command NumberPartitions(8),
among the partitions produced are {4, 4, 1}, {3, 3, 2,
1}, and {2, 2, 2, 2, 1}. Each of these has an
extraneous 1. This problem seems to be present for
values 8 or larger. Values 7 or less do not exhibit this
problem.
I'm using version 0.8pre2.
Logged In: NO
This is fixed in the CVS (see module hartmath2)
[hartmath2
\src\com\hartmath\combinatoric\NumberPartitions.java]