Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058877
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058877 Number of labeled acyclic digraphs with n nodes containing exactly n-1 points of in-degree zero. +0
8
0, 2, 9, 28, 75, 186, 441, 1016, 2295, 5110, 11253, 24564, 53235, 114674, 245745, 524272, 1114095, 2359278, 4980717, 10485740, 22020075, 46137322, 96468969, 201326568, 419430375, 872415206, 1811939301, 3758096356, 7784628195 (list; graph; listen)
OFFSET

1,2

COMMENT

Convolution of 2^n+1 (A000051) and 2^n-1 (A000225) - Graeme McRae (g_m(AT)mcraefamily.com), Jun 07 2006

Let Q be a binary relation on the power set P(A) of a set A having n = |A| elements such that for all non-empty elements x,y of P(A), xRy if x is a proper subset of y and there are no z in P(A) such that x is a proper subset of z and z is a proper subset of y. Then a(n) = |Q|. - Ross La Haye (rlahaye(AT)new.rr.com), Feb 20 2008

REFERENCES

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

Gerta Rucker and Christoph Rucker, "Walk counts, Labyrinthicity, and complexity of acyclic and cyclic graphs and molecules", J. Chem. Inf. Comput. Sci., 40 (2000), 99-106. See Table 1 on page 101. [From Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 26 2008]

FORMULA

a(n) = (n+1)*2^n-n-1 = Sum{0 <= j <= n}[(n+j)*2^(n-j-1)] = A048493(n)-1 = Column sum of A062111. - Henry Bottomley (se16(AT)btinternet.com), May 30 2001

a:=sum(k*2^(k-2), k=2..n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 09 2006

MAPLE

[seq (stirling2(n, 2)*n, n=1..29)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 06 2006

a:=n->sum(k*binomial(n, k), k=2..n): seq(a(n), n=1..29); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 08 2007

a:=n->sum(sum(binomial(n, j), j=1..n), k=0..n): seq(a(n), n=0..28); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 08 2007

a:=n->1/2*sum(sum (2^j, j=1..n), k=0..n): seq(a(n), n=0..28; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 27 2007

PROGRAM

sage: [stirling_number2(i, 2)*i for i in xrange(1, 26)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 27 2008

(Other) None [From Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 26 2008]

CROSSREFS

Second column of A058876. Cf. A003025, A003026.

Column k=1 of A133399. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 19 2008]

Sequence in context: A001093 A121643 A131066 this_sequence A026087 A109188 A002532

Adjacent sequences: A058874 A058875 A058876 this_sequence A058878 A058879 A058880

KEYWORD

nonn,easy

AUTHOR

njas, Jan 07 2001

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)Eunet.yu), Apr 10 2001

Corrected my comment of Feb 20 2008. I indicated that a(n-1) = |Q| when in fact a(n) = |Q|. - Ross La Haye (rlahaye(AT)new.rr.com), Oct 21 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research