login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058878 Triangle T(n,k) = number of labeled graphs of even degree with n nodes and k edges (n >= 0, 0<=k<=n(n-1)/2). 0
1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 4, 3, 0, 0, 1, 0, 0, 10, 15, 12, 15, 10, 0, 0, 1, 1, 0, 0, 20, 45, 72, 160, 240, 195, 120, 96, 60, 15, 0, 0, 0, 1, 0, 0, 35, 105, 252, 805, 1935, 3255, 4515, 5481, 5481, 4515, 3255, 1935, 805, 252, 105, 35, 0, 0, 1, 1, 0, 0, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,14

REFERENCES

F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 13, (1.4.7).

LINKS

Table of n, a(n) for n=0..69.

EXAMPLE

1; 1,0; 1,0,0; 1,0,0,1; 1,0,0,4,3,0,0; ...

MAPLE

w := p->expand(simplify(2^(-p)*(1+x)^(p*(p-1)/2)*add(binomial(p, n)*( (1-x)/(1+x))^(n*(p-n)), n=0..p))); T := (n, k)->coeff(w(n), x, k);

CROSSREFS

Sequence in context: A057110 A073275 A030120 * A019983 A019984 A187765

Adjacent sequences:  A058875 A058876 A058877 * A058879 A058880 A058881

KEYWORD

nonn,easy,nice,tabf

AUTHOR

N. J. A. Sloane, Jan 07 2001

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 22:42 EDT 2013. Contains 225631 sequences.