Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A029856
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A029856 Number of rooted trees with 2-colored leaves. +0
7
2, 2, 5, 13, 37, 108, 332, 1042, 3360, 11019, 36722, 123875, 422449, 1453553, 5040816, 17599468, 61814275, 218252584, 774226549, 2758043727, 9862357697, 35387662266, 127374191687, 459783039109, 1664042970924 (list; graph; listen)
OFFSET

1,1

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 768

N. J. A. Sloane, Transforms

Index entries for sequences related to rooted trees

FORMULA

Shifts left under Euler transform.

G.f. satisfies: A(x) = x + x*exp( Sum_{n>=1} A(x^n)/n ). - Paul D. Hanna (pauldhanna(AT)juno.com), Oct 19 2005

MAPLE

A:= proc(n) option remember; if n=0 then 0 else convert (series (x+x* exp (sum (subs (x=x^i, A(n-1))/i, i=1..n-1)), x=0, n+1), polynom) fi end; a:= n-> coeff (A(n), x, n): seq (a(n), n=1..25); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 22 2008]

PROGRAM

(PARI) {a(n)=local(A=x+x*O(x^n)); for(i=1, n, A=x+x*exp(sum(m=1, n, subst(A, x, x^m)/m))); polcoeff(A, n, x)} (Hanna)

CROSSREFS

Essentially the same as A036249. Cf. A000081, A029857, A038049.

Sequence in context: A095339 A078413 A019083 this_sequence A072898 A032290 A032201

Adjacent sequences: A029853 A029854 A029855 this_sequence A029857 A029858 A029859

KEYWORD

nonn,easy,eigen

AUTHOR

Christian Bower (bowerc(AT)usa.net)

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 September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research