Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100400
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100400 Triangle read by rows: T(n,k) is the number of nonroot nodes of outdegree k (0<=k<=n-1) in all non-crossing trees with n edges. +0
1
1, 4, 2, 21, 12, 3, 120, 72, 24, 4, 715, 440, 165, 40, 5, 4368, 2730, 1092, 312, 60, 6, 27132, 17136, 7140, 2240, 525, 84, 7, 170544, 108528, 46512, 15504, 4080, 816, 112, 8, 1081575, 692208, 302841, 105336, 29925, 6840, 1197, 144, 9, 6906900, 4440150, 1973400, 708400, 212520, 53130, 10780, 1680, 180, 10 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Row n contains n terms. Row sums yield A004319. Column 0 yields A045721.

REFERENCES

E. Deutsch and M. Noy, Statistics on non-crossing trees, Discr. Math., 254 (2002), 75-87.

FORMULA

T(n, k)=(k+1)binomial(3n-k-2, 2n-1) (0<=k<=n-1).

EXAMPLE

T(2,1)=2 because in the non-crossing trees /_, _\ and /\ we have 2 nonroot nodes of outdegree 1.

Triangle begins:

1;

4,2;

21,12,3;

120,72,24,4;

MAPLE

for n from 1 to 10 do seq((k+1)*binomial(3*n-k-2, 2*n-1), k=0..n-1) od; # yields sequence in triangular form

CROSSREFS

Cf. A001764, A004319, A045721.

Sequence in context: A081797 A016517 A157407 this_sequence A030211 A134461 A058167

Adjacent sequences: A100397 A100398 A100399 this_sequence A100401 A100402 A100403

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 30 2004

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 17 19:39 EST 2009. Contains 170821 sequences.


AT&T Labs Research