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
0, 0, 1, 13, 294, 12198, 946712, 140168924, 40223263760, 22598607583376, 24999757695984960, 54630901092648916704, 236304498092496715916416, 2026201628540583716863002880, 34482826679730591694177065948928, 1166004710785628820717860509317415168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
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.
LINKS
PROG
(PARI)
seq(n)={
my(p=sum(k=0, n, 2^binomial(k, 2)*x^k/k!, O(x*x^n)));
my(g=Vec(serlaplace(log(p))));
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)));
Vec(serlaplace(q/p), -n-1)
} \\ Andrew Howroyd, Dec 10 2018
CROSSREFS
Sequence in context: A246462 A023357 A165218 * A076130 A035272 A296319
KEYWORD
nonn
AUTHOR
Gus Wiseman, Aug 02 2018
EXTENSIONS
a(6) from Gus Wiseman, Dec 10 2018
Terms a(7) and beyond from Andrew Howroyd, Dec 10 2018
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)