login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127536 Sum of jump-lengths of all even trees with 2n edges. An even tree is an ordered tree in which each vertex has an even outdegree. In the preorder traversal of an ordered tree, any transition from a node at a deeper level to a node on a strictly higher level is called a jump; the positive difference of the levels is called the jump distance; the sum of the jump distances in a given ordered tree is called the jump-length. 2
0, 1, 10, 77, 546, 3740, 25194, 168245, 1118260, 7413705, 49085400, 324794316, 2148789800, 14217578856, 94096891658, 622997471685, 4126520887720, 27345271410275, 181295437422330, 1202538435463365, 7980245606038650 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(n)=Sum(k*A127535(n,k),k=0..n-1). The Krandick reference considers jumps and jump-length only in full binary trees.

REFERENCES

W. Krandick, Trees and jumps and real roots, J. Computational and Applied Math., 162, 2004, 51-55.

FORMULA

a(n)=(n-1)(2n-1)C(3n,n)/[3(n+1)/(2n+1)].

MAPLE

seq((n-1)*(2*n-1)*binomial(3*n, n)/3/(n+1)/(2*n+1), n=1..25);

CROSSREFS

Cf. A127535, A127533.

Sequence in context: A159579 A081678 A081182 * A016201 A080618 A082136

Adjacent sequences:  A127533 A127534 A127535 * A127537 A127538 A127539

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 19 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:15 EST 2012. Contains 205852 sequences.