A086371 a(n) is the sum, over all labeled graphs G on n nodes, of the clique number w(G).
1, 3, 16, 151, 2750, 97829, 6803239
Offset: 1
Examples
Consider the 8 different labeled graphs on 3 nodes: one of the graphs has clique number 1, six of the graphs have clique number 2 and one of the graphs has clique number 3. Hence a(3) = 1*1 + 6*2 + 1*3 = 16.
Links
- N. Alon, M. Krivelevich and B. Sudakov, Finding a large hidden clique in a random graph, Proc. of the Ninth Annual ACM-SIAM SODA, ACM Press (1998), pp. 594-598. Also: Random Structures and Algorithms 13 (1998), pp. 457-466.
- I.M. Bomze, M. Budinich, P.M. Pardalos and M. Pelillo, The Maximum Clique Problem, Handbook of Combinatorial Optimization (supplement vol. A), D.-Z. Du and P.M. Pardalos, eds. (1999), pp. 1-74.
- Eric Weisstein's World of Mathematics, Clique Number.
Comments