20 Feb
2004
20 Feb
'04
9:33 a.m.
Sum of zero moments of partitions gives A055303 { for (i=1,8, c=0; for (j=1,i!, x=numtoperm(i,j); c+=sum(k=1,i,(k-1)*x[k])); print1(","c)) } Why does sum of second moments = sum of first moments of permutations of 2,3,..n? { for (i=1,8, c=0; for (j=1,i!, x=numtoperm(i,j); c+=sum(k=1,i,(k+1)*x[k])); print1(","c)) } { for (i=1,8, c=0; for (j=1,i!, x=numtoperm(i,j); c+=sum(k=1,i,k*(x[k]+1))); print1(","c)) } Jon Perry perry@globalnet.co.uk http://www.users.globalnet.co.uk/~perry/maths/ http://www.users.globalnet.co.uk/~perry/DIVMenu/ BrainBench MVP for HTML and JavaScript http://www.brainbench.com