login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A204387 Triangle read by rows: T(n,k) (n >= 1, 2 <= k <= n-1) is number of non-crossing trees with k nodes and path-length n. 0

%I #13 Jan 14 2020 03:25:20

%S 1,0,1,0,2,1,0,0,4,1,0,0,3,6,1,0,0,4,10,8,1,0,0,0,12,21,10,1,0,0,0,12,

%T 32,28,12,1,0,0,0,6,45

%N Triangle read by rows: T(n,k) (n >= 1, 2 <= k <= n-1) is number of non-crossing trees with k nodes and path-length n.

%H E. Deutsch and M. Noy, <a href="http://dx.doi.org/10.1016/S0012-365X(01)00366-1">Statistics on non-crossing trees</a>, Discrete Math., 254 (2002), 75-87 (see Th. 6).

%e Triangle begins:

%e 1

%e 0 1

%e 0 2 1

%e 0 0 4 1

%e 0 0 3 6 1

%e 0 0 4 10 8 1

%e 0 0 0 12 21 10 1

%e 0 0 0 12 32 28 12 1

%K nonn,tabl,more

%O 1,5

%A _N. J. A. Sloane_, Jan 17 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 24 17:23 EDT 2024. Contains 375417 sequences. (Running on oeis4.)