cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A331236 Total cutting number of all simple connected graphs of order n.

Original entry on oeis.org

0, 0, 1, 7, 43, 302, 2622, 31129, 564452, 17585400, 1006927107, 107458067322
Offset: 1

Views

Author

Sean A. Irvine, Jan 13 2020

Keywords

Crossrefs

Cf. A331237 (trees), A331422.

Formula

a(n) = Sum_{G} c(G) where the sum is over all graphs G with n vertices and c(G) is the cutting number of G.
a(n) = Sum_{k=0..(n-1)*(n-2)/2} A331422(n, k).