OFFSET
1,4
COMMENTS
Values can be calculated using simple multiplication when all the parts of a partition are unequal; however when two or more parts are equal avoid over counting by adjusting as illustrated in the example.
REFERENCES
N. L. Biggs, E. K. Lloyd and R. J. Wilson, Graph Theory 1736-1936, Clarendon Press, 1976, pages 40-43.
EXAMPLE
Row six of the table begins:
20 9 4 3 ...
because the partitions begin:
6 5+1 4+2 3+3 ...
and A000081 begins 1,1,2,4,9,20,...
the partition 3+3 has two equal terms so we write
2*(2+1)/2! = 3.
Likewise, 3+3+3 has three equal terms so the expression becomes
2*(2+1)*(2+2)/3!
CROSSREFS
KEYWORD
nonn,tabf,uned
AUTHOR
Alford Arnold, Jul 14 2010
STATUS
approved