The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A223889 The number of connected components of size > 1 over all simple labeled graphs on n nodes. 0
0, 0, 1, 7, 66, 1078, 33812, 2124864, 269617328, 68809824944, 35197776962400, 36032789666289920, 73789365506598519808, 302234307608870314427904, 2475886847109430725963593728, 40564851077856428731075010538496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: (A(x) - x - 1)*B(x) where A(x) is the e.g.f. for A001187 and B(x) is the e.g.f. for A006125.
MATHEMATICA
nn=15; g=Sum[2^Binomial[n, 2]x^n/n!, {n, 0, nn}]; Range[0, nn]!CoefficientList[Series[(Log[g]-x)g, {x, 0, nn}], x]
CROSSREFS
Cf. A125207
Sequence in context: A215077 A003286 A244602 * A197744 A052351 A210476
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Mar 28 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 25 22:01 EDT 2024. Contains 372806 sequences. (Running on oeis4.)