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!)
A111301 Triangle read by rows: T(n,k) is the number of Dyck n-paths containing k even-length descents to ground level. 3

%I #11 Jul 28 2017 22:03:12

%S 1,1,1,1,2,3,5,8,1,14,23,5,42,70,19,1,132,222,68,7,429,726,240,34,1,

%T 1430,2431,847,145,9,4862,8294,3003,583,53,1,16796,28730,10712,2275,

%U 262,11,58786,100776,38454,8736,1183,76,1,208012,357238,138890,33252,5068

%N Triangle read by rows: T(n,k) is the number of Dyck n-paths containing k even-length descents to ground level.

%C Column k is the sum of columns 2k and 2k+1 of A106566.

%H G. C. Greubel, <a href="/A111301/b111301.txt">Table of n, a(n) for the first 76 rows, flattened</a>

%H David Callan, <a href="https://arxiv.org/abs/math/0511010">The 136th manifestation of C_n </a>, arXiv:math/0511010 [math.CO], 2005.

%F See Mathematica line.

%F From _Emeric Deutsch_, Oct 05 2008: (Start)

%F G.f.=G(s,z)=1/[1-z(1+szC)/(1-z^2*C^2)], where C=[1-sqrt(1-4z)]/(2z) is the Catalan function.

%F The trivariate g.f. H(t,s,z), where t (s) marks odd-length (even-length) descents to ground level and z marks semilength, is H=1/[1-z(t+szC)/(1-z^2*C^2)], where C=[1-sqrt(1-4z)]/(2z) is the Catalan function. (End)

%e Table begins

%e k: ..0....1....2....3....

%e n

%e 0 |..1

%e 1 |..1

%e 2 |..1....1

%e 3 |..2....3

%e 4 |..5....8....1

%e 5 |.14...23....5

%e 6 |.42...70...19....1

%e 7 |132..222...68....7

%e a(3,1)=3 because the Dyck 3-paths containing one even-length descent to ground level are UUDUDD, UDUUDD, UUDDUD.

%t TableForm[Table[k/(n-k)Binomial[2n-2k, n]+(2k+1)/(2n-2k-1)Binomial[2n-2k-1, n], {n, 10}, {k, 0, n/2}]]

%t Join[{1}, Table[k/(n - k) Binomial[2 n - 2 k, n] + (2 k + 1)/(2 n - 2 k - 1) Binomial[2 n - 2 k - 1, n], {n, 25}, {k, 0, n/2}] // Flatten] (* _G. C. Greubel_, Jul 28 2017 *)

%Y Row sums are the Catalan numbers A000108.

%Y A143949 considers odd-length descents to the ground level. - _Emeric Deutsch_, Oct 05 2008

%K nonn,tabf

%O 0,5

%A _David Callan_, Nov 02 2005

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 May 6 17:20 EDT 2024. Contains 372297 sequences. (Running on oeis4.)