login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A268599 Expansion of 2*x^6*(4-10*x+7*x^2)/(1-2*x)^5. 3
0, 0, 0, 0, 0, 0, 8, 60, 294, 1180, 4200, 13776, 42560, 125568, 357120, 985600, 2652672, 6988800, 18077696, 46018560, 115507200, 286326784, 701890560, 1703411712, 4096655360, 9771417600, 23132110848, 54384394240, 127049662464, 295069286400, 681574400000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
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 two easts step above y = x + 1. Details can be found in Section 4.1 in Pan and Remmel's link.
LINKS
Ran Pan, Jeffrey B. Remmel, Paired patterns in lattice paths, arXiv:1601.07988 [math.CO], 2016.
FORMULA
G.f.: 2*x^6*(4-10*x+7*x^2)/(1-2*x)^5.
a(n) = 2^(n-10)*(n-5)*(n-4)*(n^2+3*n+10) for n>3. - Colin Barker, Feb 08 2016
MATHEMATICA
CoefficientList[Series[2 x^6 (4 - 10 x + 7 x^2)/(1 - 2 x)^5, {x, 0, 30}], x] (* Michael De Vlieger, Feb 08 2016 *)
PROG
(PARI) concat(vector(6), Vec(2*x^6*(4-10*x+7*x^2)/(1-2*x)^5 + O(x^100))) \\ Colin Barker, Feb 08 2016
CROSSREFS
Sequence in context: A074423 A199906 A297690 * A250556 A054401 A159727
KEYWORD
nonn,easy
AUTHOR
Ran Pan, Feb 08 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)