cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A364030 Number of Dyck paths of semilength 2n having exactly n peaks of maximal height.

Original entry on oeis.org

1, 1, 4, 17, 78, 382, 1975, 10663, 59526, 340802, 1988575, 11771619, 70465201, 425572175, 2589083577, 15849320663, 97548380006, 603277351699, 3747168602548, 23367880883262, 146262143795248, 918597886652632, 5787577778959613, 36572319110701681, 231742772456205071
Offset: 0

Views

Author

Alois P. Heinz, Jul 25 2023

Keywords

Examples

			a(0) = 1: (), the empty Dyck path.
a(1) = 1: //^\\.
a(2) = 4: ///^\/^\\\, //^\\//^\\, //^\/^\\/\, /\//^\/^\\.
		

Crossrefs

Formula

a(n) = A152879(2n,n).