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.

A098995 Number of permutations of [n] with exactly 4 descents which avoid the pattern 1324.

Original entry on oeis.org

0, 0, 0, 0, 1, 57, 812, 6524, 37309, 169298, 648216, 2176923, 6582869, 18262399, 47129249, 114344261, 262987603, 577216181, 1215552037, 2467076907, 4843870146, 9229556242, 17113017451, 30949065535, 54705281270, 94677736245, 160689668475, 267828562140, 438931138500
Offset: 1

Views

Author

Mike Zabrocki, Nov 05 2004

Keywords

Crossrefs

Programs

  • PARI
    concat(vector(4), Vec(x^5*(1 + 40*x - 21*x^2 - 208*x^3 + 453*x^4 - 379*x^5 + 74*x^6 + 107*x^7 - 92*x^8 + 30*x^9 - 4*x^10) / (1 - x)^17 + O(x^30))) \\ Colin Barker, Nov 03 2017

Formula

G.f.: x^5*(1 + 40*x - 21*x^2 - 208*x^3 + 453*x^4 - 379*x^5 + 74*x^6 + 107*x^7 - 92*x^8 + 30*x^9 - 4*x^10) / (1 - x)^17.