|
COMMENT
|
a(n+1) is the sum of the zero moments over all permutations of n. E.g. a(4) is [1,2,3].[0,1,2] + [1,3,2].[0,1,2] + [2,1,3].[0,1,2] + [2,3,1].[0,1,2] + [3,1,2].[0,1,2] + [3,2,1].[0,1,2] = 8 + 7 + 7 + 5 + 5 + 4 = 36. - Jon Perry (perry(AT)globalnet.co.uk), Feb 20 2004
|