Partition function by nn

p[99][100];n;main(k,a){for(;a=n++<100;printf("p(%d)=%d\n",n,a))for(k=n;k;)p[k][n]=a+=p[k][n-k--];}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page