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!)
A327364 Number of labeled simple graphs with n vertices, a connected edge-set, and at least one endpoint (vertex of degree 1). 5
0, 0, 1, 6, 46, 655, 17991, 927416, 89009740, 16020407709, 5468601546685, 3578414666656214, 4529751815161579194, 11175105490563109463875, 54043272967471942825421219, 514566625051705610110588073460, 9677104749727084630538798805505880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Binomial transform of A327362.
EXAMPLE
The a(4) = 46 edge-sets:
{12} {12,13} {12,13,14} {12,13,14,23}
{13} {12,14} {12,13,24} {12,13,14,24}
{14} {12,23} {12,13,34} {12,13,14,34}
{23} {12,24} {12,14,23} {12,13,23,24}
{24} {13,14} {12,14,34} {12,13,23,34}
{34} {13,23} {12,23,24} {12,14,23,24}
{13,34} {12,23,34} {12,14,24,34}
{14,24} {12,24,34} {12,23,24,34}
{14,34} {13,14,23} {13,14,23,34}
{23,24} {13,14,24} {13,14,24,34}
{23,34} {13,23,24} {13,23,24,34}
{24,34} {13,23,34} {14,23,24,34}
{13,24,34}
{14,23,24}
{14,23,34}
{14,24,34}
MATHEMATICA
csm[s_]:=With[{c=Select[Subsets[Range[Length[s]], {2}], Length[Intersection@@s[[#]]]>0&]}, If[c=={}, s, csm[Sort[Append[Delete[s, List/@c[[1]]], Union@@s[[c[[1]]]]]]]]];
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], Length[csm[#]]==1&&Min@@Length/@Split[Sort[Join@@#]]==1&]], {n, 0, 5}]
PROG
(PARI) seq(n)={my(x=x + O(x*x^n)); Vec(serlaplace(exp(x)*(-x^2/2 + log(sum(k=0, n, 2^binomial(k, 2)*x^k/k!)) - log(sum(k=0, n, 2^binomial(k, 2)*(x*exp(-x))^k/k!)))), -(n+1))} \\ Andrew Howroyd, Sep 11 2019
CROSSREFS
The covering case is A327362.
Graphs with endpoints are A245797.
Graphs with connected edge-set are A287689.
Connected graphs with bridges are A327071.
Covering graphs with endpoints are A327227.
Sequence in context: A331704 A275031 A094655 * A015865 A276271 A145506
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 04 2019
EXTENSIONS
Terms a(7) and beyond from Andrew Howroyd, Sep 11 2019
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)