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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038096 Number of rooted graphs where root has degree 3. 1
32, 1280, 61440, 4587520, 587202560, 135291469824, 57724360458240, 46443371157258240, 71337018097548656640, 211030752203237270487040, 1210134745434243803880882176, 13518305228996352601898436526080 (list; graph; refs; listen; history; text; internal format)
OFFSET

4,1

COMMENTS

The graphs are not necessarily connected. The nodes are labeled.

LINKS

Table of n, a(n) for n=4..15.

FORMULA

n*C(n-1,3)*2^C(n-1,2). (There are n choices for the root, C(n-1,3) choices for the nodes it joined to, and 2^C(n-1,2) choices for the edges between the non-root nodes.)

EXAMPLE

For n=4, take 4 nodes labeled a,b,c,d. We can choose the root in 4 ways, say a, and it must be joined to b,c,d. Each of the three edges bc, bd, cd may or may not exist, so there are 4*8 = 32 = a(4) possibilities.

MATHEMATICA

Table[n Binomial[n-1, 3] 2^Binomial[n-1, 2], {n, 4, 20}] (* From Harvey P. Dale, Sep 14 2011 *)

CROSSREFS

Cf. A006125, A038094-A038097.

Sequence in context: A189956 A194652 A208707 * A160447 A220577 A200258

Adjacent sequences:  A038093 A038094 A038095 * A038097 A038098 A038099

KEYWORD

nonn,easy

AUTHOR

Christian G. Bower, Jan 04 1999.

EXTENSIONS

Edited by N. J. A. Sloane, Sep 14 2011

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 23 05:24 EDT 2013. Contains 225585 sequences.