# NOT RUN {
# Return the general partition polynomial G[2], that is a2(y1^2) + a1(y2)
gpPart(2)
# Return the general partition polynomial G[5], that is a5(y1^5) + 10a4(y1^3)(y2) + 15a3(y1)(y2^2)
# + 10a3(y1^2)(y3) + 10a2(y2)(y3) + 5a2(y1)(y4) + a1(y5)
gpPart(5)
# }
Run the code above in your browser using DataLab