Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006706
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006706 Self-convolution of numbers of trees on n nodes. +0
1
1, 2, 3, 4, 7, 12, 23, 44, 90, 186, 407, 902, 2072, 4844, 11595, 28150, 69491, 173522, 438423, 1117968, 2875960, 7453070, 19447591, 51050224, 134749849, 357446716, 952527403, 2548897192, 6846986075, 18458150242, 49923931099, 135443922536 (list; graph; listen)
OFFSET

0,2

LINKS

Index entries for sequences related to trees

MAPLE

with (numtheory): b:= proc(n) option remember; local d, j; if n<=1 then n else (add (add (d*b(d), d= divisors(j)) *b(n-j), j=1..n-1))/ (n-1) fi end: t:= proc(n) option remember; local k; `if` (n=0, 1, b(n)- (add (b(k) *b(n-k), k=1..n-1) -`if` (type (n, odd), 0, b(n/2)))/2) end: a:= n-> add (t(j)* t(n-j), j=0..n): seq (a(n), n=0..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 28 2008]

CROSSREFS

Cf. A000055.

Sequence in context: A141002 A006537 A103963 this_sequence A124390 A107031 A152605

Adjacent sequences: A006703 A006704 A006705 this_sequence A006707 A006708 A006709

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 28 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 4 23:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research