[go: up one dir, main page]

login
Revision History for A201075 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Irregular triangle read by rows: number of Schroeder paths of length n and weighted area n^2-k.
(history; published version)
#16 by Peter Luschny at Wed Jan 03 06:47:31 EST 2024
STATUS

reviewed

approved

#15 by Joerg Arndt at Wed Jan 03 06:17:37 EST 2024
STATUS

proposed

reviewed

#14 by Andrey Zabolotskiy at Wed Jan 03 05:55:20 EST 2024
STATUS

editing

proposed

#13 by Andrey Zabolotskiy at Wed Jan 03 05:47:44 EST 2024
NAME

Irregular triangle read by rows: number of Schroeder paths of length n and weighted area n^2-k.

#12 by Andrey Zabolotskiy at Wed Jan 03 05:44:45 EST 2024
CROSSREFS
#11 by Andrey Zabolotskiy at Wed Jan 03 05:40:33 EST 2024
DATA

1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 3, 4, 3, 3, 3, 1, 1, 1, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 10, 7, 6, 4, 1, 1, 1, 1, 2, 3, 4, 5, 7, 10, 13, 14, 17, 22, 25, 27, 31, 34, 34, 33, 31, 28, 21, 14, 10, 5, 1, 1, 1, 1, 2, 3, 4, 5, 7, 10, 13, 16, 21, 26, 31, 37, 45, 54

#10 by Andrey Zabolotskiy at Wed Jan 03 05:40:01 EST 2024
COMMENTS

0 <= k <= n^2.

MATHEMATICA

gf = Expand /@ FixedPoint[1 + x # (1 + q Normal@# /. {x :> q^2 x}) + O[x]^7 &, 0];

Flatten[Reverse[CoefficientList[#, q]] & /@ CoefficientList[gf, x]] (* Andrey Zabolotskiy, Jan 03 2024 *)

CROSSREFS
KEYWORD

nonn,tabf,more,changed

EXTENSIONS

More terms from Andrey Zabolotskiy, Jan 03 2024

#9 by Andrey Zabolotskiy at Tue Jan 02 21:13:12 EST 2024
LINKS

Brian Drake, <a href="httphttps://dx.doi.org/10.1016/j.disc.2008.11.020">Limits of areas under lattice paths</a>, Discrete Math. 309 (2009), no. 12, 3936-3953.

CROSSREFS

Mirror image of A129179.

STATUS

approved

editing

#8 by Alois P. Heinz at Tue May 29 16:38:45 EDT 2018
STATUS

proposed

approved

#7 by Michel Marcus at Tue May 29 12:44:40 EDT 2018
STATUS

editing

proposed