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.

A268598 Expansion of x^5*(4 - 5*x)/(1 - 2*x)^4.

This page as a plain text file.
%I A268598 #17 Feb 08 2016 11:01:18
%S A268598 0,0,0,0,0,4,27,120,440,1440,4368,12544,34560,92160,239360,608256,
%T A268598 1517568,3727360,9031680,21626880,51249152,120324096,280166400,
%U A268598 647495680,1486356480,3391094784,7693402112,17364418560,39007027200,87241523200,194330492928
%N A268598 Expansion of x^5*(4 - 5*x)/(1 - 2*x)^4.
%C A268598 a(n) is the number of North-East lattice paths from (0,0) to (n,n) that have exactly two east steps below y = x - 1 and exactly one east step above y = x+1. Details can be found in Section 4.1 in Pan and Remmel's link.
%H A268598 Colin Barker, <a href="/A268598/b268598.txt">Table of n, a(n) for n = 0..1000</a>
%H A268598 Ran Pan, Jeffrey B. Remmel, <a href="http://arxiv.org/abs/1601.07988">Paired patterns in lattice paths</a>, arXiv:1601.07988 [math.CO], 2016.
%H A268598 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (8,-24,32,-16).
%F A268598 G.f.: x^5*(4 - 5*x)/(1 - 2*x)^4.
%F A268598 From _Colin Barker_, Feb 08 2016: (Start)
%F A268598 a(n) = 2^(n-7)*(n-4)*(n-3)*(n+3) for n>2.
%F A268598 a(n) = 8*a(n-1)-24*a(n-2)+32*a(n-3)-16*a(n-4) for n>3. (End)
%o A268598 (PARI) concat(vector(5), Vec((4-5*x)*x^5/(1-2*x)^4 + O(x^40))) \\ _Michel Marcus_, Feb 08 2016
%Y A268598 Cf. A268462, A268586, A268587.
%K A268598 nonn,easy
%O A268598 0,6
%A A268598 _Ran Pan_, Feb 08 2016