|
Search: id:A005755
|
|
|
| A005755 |
|
Number of identity matched trees with n nodes. (Formerly M3517)
|
|
+0 1
|
|
| 0, 0, 0, 1, 4, 16, 64, 252, 1018, 4182, 17510, 74510, 322034, 1410362, 6251114, 27998532, 126583634, 577079333, 2650573354, 12256481666, 57021299394, 266754944481, 1254245360430, 5924659521632, 28105641930102
(list; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
R. Simion, Trees with 1-factors and oriented trees, Discrete Math., 88 (1991), 93-104.
|
|
LINKS
|
Index entries for sequences related to trees
|
|
MAPLE
|
with(numtheory): b2:= proc(n) option remember; local m; `if` (n=1, 1, 2/(n-1) *add (b2(m) *add((-1)^((n-m)/d+1) *d*b2(d), d=divisors(n-m)), m=1..n-1)) end: c2:= proc(n) option remember; local m; `if` (n=1, 1, 1/(n-1) *add (c2(m) *add((-1)^((n-m)/d+1) *d*b2(d), d=divisors(n-m)), m=1..n-1)) end: a2:= n-> (b2(n) -add (b2(m) *b2(n-m), m=1..n-1) -`if` (irem(n, 2)=0, b2(n/2), c2((n+1)/2)))/2: seq (a2(n), n=1..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 04 2009]
|
|
CROSSREFS
|
Sequence in context: A027676 A065738 A006811 this_sequence A077821 A000302 A050734
Adjacent sequences: A005752 A005753 A005754 this_sequence A005756 A005757 A005758
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 04 2009
|
|
|
Search completed in 0.002 seconds
|