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!)
A249672 Number of simple labeled graphs of order n that have 3k connected components for some k. 0
1, 0, 0, 1, 6, 55, 826, 20839, 925470, 76332845, 12144225666, 3786386476697, 2323365229270526, 2810644438909846175, 6714880936575265290018, 31734660733696955320333111, 297106568811291486526250342118, 5516820501917771489801597101682245 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: B(A(x) - 1) where B(x) is the e.g.f. for A079978 and A(x) is the e.g.f. for A001187.
MATHEMATICA
nn = 18; a[x_] := Sum[2^Binomial[n, 2] x^n/n!, {n, 0, nn}];
c[x_] := Log[a[x]];
Range[0, nn]! CoefficientList[
Series[1/3 (E^x + 2 E^(-x/2) Cos[(Sqrt[3] x)/2]) /. x -> c[x], {x,
0, nn}], x] // Simplify
CROSSREFS
Sequence in context: A095652 A132689 A323876 * A255853 A183594 A140790
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Nov 03 2014
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 20 12:18 EDT 2024. Contains 372712 sequences. (Running on oeis4.)