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!)
A317632 Number of connected induced nonempty non-singleton subgraphs of labeled connected graphs with n vertices. 10

%I #11 Dec 10 2018 16:43:55

%S 0,0,1,13,294,12198,946712,140168924,40223263760,22598607583376,

%T 24999757695984960,54630901092648916704,236304498092496715916416,

%U 2026201628540583716863002880,34482826679730591694177065948928,1166004710785628820717860509317415168

%N Number of connected induced nonempty non-singleton subgraphs of labeled connected graphs with n vertices.

%C The edges of an induced subgraph G|S are those edges of G with both ends contained in S, where S is a subset of the vertices.

%H Andrew Howroyd, <a href="/A317632/b317632.txt">Table of n, a(n) for n = 0..50</a>

%H Gus Wiseman, <a href="/A317632/a317632.png">All 294 connected induced subgraphs of labeled connected graphs with 4 vertices.</a>

%o (PARI)

%o seq(n)={

%o my(p=sum(k=0, n, 2^binomial(k, 2)*x^k/k!, O(x*x^n)));

%o my(g=Vec(serlaplace(log(p))));

%o my(q=sum(k=0, n, sum(j=2, k, binomial(k,j)*g[j]*2^(binomial(k-j, 2) + j*(k-j)))*x^k/k!, O(x*x^n)));

%o Vec(serlaplace(q/p), -n-1)

%o } \\ _Andrew Howroyd_, Dec 10 2018

%Y Cf. A001187, A006125, A048143, A293510, A304717, A317631, A317634, A317635.

%K nonn

%O 0,4

%A _Gus Wiseman_, Aug 02 2018

%E a(6) from _Gus Wiseman_, Dec 10 2018

%E Terms a(7) and beyond from _Andrew Howroyd_, Dec 10 2018

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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)