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.

A289418 Number of Dyck paths of semilength n and height exactly 5.

Original entry on oeis.org

1, 9, 52, 247, 1053, 4199, 16017, 59224, 214058, 760487, 2665884, 9246276, 31793724, 108548332, 368400045, 1244027317, 4182854728, 14012220027, 46789129817, 155798575851, 517500496981, 1715190689420, 5673820630478, 18736674281091, 61779282616728
Offset: 5

Views

Author

Alois P. Heinz, Jul 06 2017

Keywords

Crossrefs

Column k=5 of A080936.

Programs

  • Mathematica
    LinearRecurrence[{9,-29,40,-22,3},{1,9,52,247,1053},40] (* Harvey P. Dale, Dec 07 2018 *)

Formula

G.f.: -x^5/((x-1)*(3*x-1)*(x^3-6*x^2+5*x-1)).