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!)
A095351 Total number of edges in all labeled graphs on n nodes. 6
0, 1, 12, 192, 5120, 245760, 22020096, 3758096384, 1236950581248, 791648371998720, 990791918021509120, 2434970217729660813312, 11787026741242634453385216, 112652543574969605015820304384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Maxie D. Schmidt, Square Series Generating Function Transformations, arXiv preprint arXiv:1609.02803 [math.NT], 2016.
Eric Weisstein's World of Mathematics, Graph Edge
Eric Weisstein's World of Mathematics, Labeled Graph
FORMULA
a(n) = (n*(n-1)/4)*2^(n*(n-1)/2). - Vladeta Jovovic, Jun 05 2004
a(n) = Sum_{k=0..binomial(n,2)} A084546(n,k)*k. - Geoffrey Critzer, Sep 04 2013
MATHEMATICA
Table[(n*(n-1)/4)2^(n*(n-1)/2), {n, 20}] (* Harvey P. Dale, Aug 16 2012 *)
nn=14; f[x_, y_]:=Sum[(1+y)^Binomial[n, 2]x^n/n!, {n, 0, nn}]; Drop[Range[0, nn]!CoefficientList[Series[a=D[f[x, y], y]/.y->1, {x, 0, nn}], x], 1] (* Geoffrey Critzer, Sep 04 2013 *)
CROSSREFS
Sequence in context: A144347 A359453 A272959 * A061065 A210356 A328261
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jun 03 2004
EXTENSIONS
More terms from Vladeta Jovovic, Jun 05 2004
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 17 01:28 EDT 2024. Contains 372555 sequences. (Running on oeis4.)