Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006964
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006964 Number of directed rooted trees with n nodes.
(Formerly M2994)
+0
4
1, 3, 15, 82, 495, 3144, 20875, 142773, 1000131, 7136812, 51702231, 379234623, 2810874950, 21020047557, 158398829121, 1201617201230, 9169060501023, 70329406653879, 541949364313821, 4193569906262874 (list; graph; listen)
OFFSET

1,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

P. Leroux and B. Miloudi, ``G\'{e}n\'{e}ralisations de la formule d'Otter,'' Ann. Sci. Math. Qu\'{e}bec, Vol. 16, No. 1, pp. 53-80, 1992.

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 439

Index entries for sequences related to rooted trees

Index entries for sequences related to trees

FORMULA

a(n+1) has g.f.: prod from n =1 to inf ( 1 - x^3 a(n) )^-1.

MAPLE

with (numtheory): a:= proc(n) option remember; local d, j; if n<=1 then n else (add (d*a(d)*3, d=divisors(n-1)) +add (add (d*a(d), d=divisors(j)) *a(n-j)*3, j=1..n-2))/(n-1) fi end: seq (a(n), n=1..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 06 2008]

CROSSREFS

Cf. A038059.

Sequence in context: A084208 A059271 A014276 this_sequence A052451 A026019 A118356

Adjacent sequences: A006961 A006962 A006963 this_sequence A006965 A006966 A006967

KEYWORD

nonn,eigen

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

EXTENSIONS

Also rooted trees with n nodes and 3-colored non-root nodes.

Extended with alternative description by Christian G. Bower (bowerc(AT)usa.net), Apr 15 1998.

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research