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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111637 Number of labeled graphs having n blue nodes and n green ones, where edges join only nodes of different colors. 1
1, 4, 96, 10240, 4587520, 8455716864, 63496796504064, 1932044240141942784, 237409596228641929297920, 117555946699326540948428554240, 234206054295766751302924897412448256 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n)=A111636(2n,n).

REFERENCES

H. S. Wilf, Generatingfunctionology, 2nd edn., Academic Press, NY, 1994, p. 88.

FORMULA

a(n)=C(2n, n)*2^(n^2).

EXAMPLE

a(1)=4 because we have B G, B--G, G B and G--B, where B (G) stands for a blue (green) node and -- denotes an edge.

MAPLE

a:=n->2^(n^2)*binomial(2*n, n): seq(a(n), n=0..12);

CROSSREFS

Cf. A111636.

Sequence in context: A190196 A065140 A007106 * A027872 A203517 A146514

Adjacent sequences:  A111634 A111635 A111636 * A111638 A111639 A111640

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 09 2005

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 February 17 18:01 EST 2012. Contains 206061 sequences.