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.

A095889 Number of permutations of [n] with exactly 3 descents which avoid the pattern 4321.

This page as a plain text file.
%I A095889 #11 May 03 2019 09:40:25
%S A095889 10,148,1260,8160,44790,220180,1001000,4295168,17633122,69921460,
%T A095889 269652100,1016524352,3760334958,13690636212,49172875520,174559419680,
%U A095889 613383654170,2136135472020,7380351046300,25319087913760,86308819112550,292526411823828,986294675689560
%N A095889 Number of permutations of [n] with exactly 3 descents which avoid the pattern 4321.
%H A095889 Colin Barker, <a href="/A095889/b095889.txt">Table of n, a(n) for n = 5..1000</a>
%H A095889 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (22,-216,1248,-4710,12180,-22004,27752,-23937,13446,-4428,648).
%F A095889 G.f.: 2*x^5*(5 - 36*x + 82*x^2 - 36*x^3 - 87*x^4 + 80*x^5) / ((1 - x)^4*(1 - 2*x)^3*(1 - 3*x)^4).
%F A095889 a(n) = (n*(27 + 81*2^n - 115*3^n + 3*(27*2^n+2*3^n)*n + (-27+3^n)*n^2)) / 162. - _Colin Barker_, May 03 2019
%o A095889 (PARI) Vec(2*x^5*(5 - 36*x + 82*x^2 - 36*x^3 - 87*x^4 + 80*x^5) / ((1 - x)^4*(1 - 2*x)^3*(1 - 3*x)^4) + O(x^30)) \\ _Colin Barker_, Nov 03 2017
%Y A095889 Cf. A000295, A000460.
%K A095889 nonn,easy
%O A095889 5,1
%A A095889 _Mike Zabrocki_, Nov 10 2004